Skip to content

Commit 7d81fb9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.10.1 → 6.0.1](PyCQA/isort@5.10.1...6.0.1) - [github.com/asottile/add-trailing-comma: v2.2.3 → v3.2.0](asottile/add-trailing-comma@v2.2.3...v3.2.0) - https://github.com/myint/docformatterhttps://github.com/PyCQA/docformatter - [github.com/PyCQA/docformatter: v1.3.1 → v1.7.7](PyCQA/docformatter@v1.3.1...v1.7.7) - [github.com/psf/black: 22.3.0 → 25.1.0](psf/black@22.3.0...25.1.0) - [github.com/PyCQA/flake8: 4.0.1 → 7.3.0](PyCQA/flake8@4.0.1...7.3.0)
1 parent 5ada7b8 commit 7d81fb9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
default_stages: [commit, push]
1+
default_stages: [pre-commit, pre-push]
22

33
ci:
44
autofix_commit_msg: |
@@ -14,30 +14,30 @@ ci:
1414

1515
repos:
1616
- repo: https://github.com/pycqa/isort
17-
rev: 5.10.1
17+
rev: 6.0.1
1818
hooks:
1919
- id: isort
2020
name: isort (python)
2121
args: ["--profile", "black", "--filter-files", "--skip __init__.py"]
2222

2323
- repo: https://github.com/asottile/add-trailing-comma
24-
rev: v2.2.3
24+
rev: v3.2.0
2525
hooks:
2626
- id: add-trailing-comma
2727

28-
- repo: https://github.com/myint/docformatter
29-
rev: v1.3.1
28+
- repo: https://github.com/PyCQA/docformatter
29+
rev: v1.7.7
3030
hooks:
3131
- id: docformatter
3232
args: [--in-place]
3333

3434
- repo: https://github.com/psf/black
35-
rev: 22.3.0
35+
rev: 25.1.0
3636
hooks:
3737
- id: black
3838

3939
- repo: https://github.com/PyCQA/flake8
40-
rev: 4.0.1
40+
rev: 7.3.0
4141
hooks:
4242
- id: flake8
4343
args: [--config, .flake8]

0 commit comments

Comments
 (0)