Skip to content

chore(deps): update dependency black to v23.10.1 #618

chore(deps): update dependency black to v23.10.1

chore(deps): update dependency black to v23.10.1 #618

Workflow file for this run

# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: MIT
name: Languages
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Lint
run: ./scripts/lint