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 2adb290 commit 188b099Copy full SHA for 188b099
.pre-commit-config.yaml
@@ -44,7 +44,7 @@ repos:
44
- flake8-docstrings
45
# add plugins you like, e.g. flake8-bugbear
46
# - flake8-bugbear
47
- args: ["--max-line-length=88", "--extend-ignore=E203,W503,D401"]
+ args: ["--max-line-length=100", "--extend-ignore=E203,W503,D401"]
48
49
# Remove this if you keep flake8-docstrings above (to avoid duplicate checks)
50
# - repo: https://github.com/pycqa/pydocstyle
0 commit comments