We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02c721 commit 0767c8aCopy full SHA for 0767c8a
.github/workflows/ci.yml
@@ -54,20 +54,3 @@ jobs:
54
# - name: Upload coverage to coveralls
55
# run: |
56
# coveralls
57
-
58
- lint:
59
- runs-on: ubuntu-latest
60
61
- steps:
62
- - uses: actions/checkout@v4
63
64
- - name: Set up Python 3.12
65
- uses: actions/setup-python@v5
66
- with:
67
- python-version: '3.12'
68
69
- - name: Install tox and flake8 packages
70
- run: pip install tox tox-gh-actions flake8
71
72
- - name: Lint
73
- run: tox -e flake8
.pre-commit-config.yaml
@@ -4,3 +4,8 @@ repos:
4
hooks:
5
- id: pyupgrade
6
args: ["--py39-plus"]
7
+
8
+- repo: https://github.com/pycqa/flake8
9
+ rev: 7.3.0
10
+ hooks:
11
+ - id: flake8
0 commit comments