Skip to content

Commit 188b099

Browse files
committed
chore: format code
1 parent 2adb290 commit 188b099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repos:
4444
- flake8-docstrings
4545
# add plugins you like, e.g. flake8-bugbear
4646
# - flake8-bugbear
47-
args: ["--max-line-length=88", "--extend-ignore=E203,W503,D401"]
47+
args: ["--max-line-length=100", "--extend-ignore=E203,W503,D401"]
4848

4949
# Remove this if you keep flake8-docstrings above (to avoid duplicate checks)
5050
# - repo: https://github.com/pycqa/pydocstyle

0 commit comments

Comments
 (0)