Skip to content

Commit e6845ce

Browse files
authored
✅ better control over import linting (#232)
1 parent bb355a4 commit e6845ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/ambv/black
3-
rev: 24.1.1
3+
rev: 24.4.0
44
hooks:
55
- id: black
66

77
- repo: https://github.com/pycqa/isort
88
rev: 5.13.2
99
hooks:
1010
- id: isort
11-
args: [ "--profile", "black" ]
11+
args: [ "--profile", "black" , "--split-on-trailing-comma", "true"]
1212
additional_dependencies: [toml]
1313

1414
- repo: https://github.com/pycqa/pydocstyle

0 commit comments

Comments
 (0)