We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bf46e commit 9d1bd78Copy full SHA for 9d1bd78
1 file changed
.pre-commit-config.yaml
@@ -4,11 +4,15 @@ repos:
4
hooks:
5
- id: black
6
language_version: python3
7
+ exclude: '(^|/)(README\.md|.*\.svg|.*\.html)$'
8
+ args: ["--line-length=120", "--target-version=py38"]
9
- repo: https://github.com/pycqa/flake8
10
rev: 7.0.0 # Use the latest stable version or pin as needed
11
12
- id: flake8
13
14
15
+ args: ["--max-line-length=120", "--extend-ignore=E203,W503"]
16
- repo: https://github.com/pre-commit/pre-commit-hooks
17
rev: v4.5.0
18
0 commit comments