Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
LavissaWoW committed Mar 19, 2024
1 parent 0707e58 commit 6de6eb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 1 addition & 5 deletions setuf.cfg → .flake8
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
[flake8]
ignore =
# - W293 - blank lines contain whitespace
W293,
# - E501 - line too long (82 characters)
E501
N802
# Missing docstrings
D100,D101,D102,D103,D104,D105,D106,D107
C901
W605
exclude = .git,__pycache__,dist,build,test.py,*.egg-info/**,.eggs
max-complexity = 20
max-line-length = 120
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ repos:
--fix,
--preview
]

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
hooks:
- id: flake8

0 comments on commit 6de6eb3

Please sign in to comment.