Skip to content

Commit

Permalink
build: move flake8 config to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanljones committed Oct 20, 2023
1 parent 9dc7f61 commit aec92c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ repos:
rev: 6.1.0
hooks:
- id: flake8
args: [--config, setup.cfg]
additional_dependencies: [Flake8-pyproject]
15 changes: 0 additions & 15 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,3 @@
project = pyrekordbox
source-dir = ./docs/source
build-dir = ./docs/build

[flake8]
max-line-length = 88
ignore = D203
extend-ignore = E203, W503
per-file-ignores = __init__.py:F401
exclude =
.git,
.idea,
__pycache__,
build,
dist,
*/structs.py,
*/_version.py,
docs/*

0 comments on commit aec92c5

Please sign in to comment.