Skip to content

Commit 7e18c24

Browse files
committed
chore: format code
1 parent b91d7da commit 7e18c24

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ repos:
4242
files: ^(src|tests)/
4343
additional_dependencies:
4444
- flake8-docstrings
45-
# add plugins you like, e.g. flake8-bugbear
46-
# - flake8-bugbear
4745
args: ["--max-line-length=100", "--extend-ignore=E203,W503,D401"]
4846

4947
# Remove this if you keep flake8-docstrings above (to avoid duplicate checks)

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[flake8]
2+
max-line-length = 100
3+
extend-ignore = E203,W503,D401
4+
exclude = .git,__pycache__,build,dist,.eggs,*.pyc,*.pyo

0 commit comments

Comments
 (0)