We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673fccd commit 1d991deCopy full SHA for 1d991de
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 24.8.0
+ rev: 24.10.0
4
hooks:
5
- id: black
6
args: [--line-length=100]
@@ -10,6 +10,6 @@ repos:
10
- id: isort
11
name: isort
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: v0.5.6
+ rev: v0.8.0
14
15
- id: ruff
pyproject.toml
@@ -44,6 +44,11 @@ line-length = 100
44
45
[tool.isort]
46
profile = "black"
47
+include_trailing_comma = "true"
48
+line_length=100
49
+multi_line_output=3
50
+ensure_newline_before_comments = "true"
51
+
52
53
[tool.ruff]
54
line-length = 100
0 commit comments