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 9dc7f61 commit aec92c5Copy full SHA for aec92c5
.pre-commit-config.yaml
@@ -22,4 +22,4 @@ repos:
22
rev: 6.1.0
23
hooks:
24
- id: flake8
25
- args: [--config, setup.cfg]
+ additional_dependencies: [Flake8-pyproject]
setup.cfg
@@ -2,18 +2,3 @@
2
project = pyrekordbox
3
source-dir = ./docs/source
4
build-dir = ./docs/build
5
-
6
-[flake8]
7
-max-line-length = 88
8
-ignore = D203
9
-extend-ignore = E203, W503
10
-per-file-ignores = __init__.py:F401
11
-exclude =
12
- .git,
13
- .idea,
14
- __pycache__,
15
- build,
16
- dist,
17
- */structs.py,
18
- */_version.py,
19
- docs/*
0 commit comments