Skip to content

Commit 54fedc4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.9.1 → 24.3.0](psf/black@23.9.1...24.3.0) - [github.com/psf/black: 23.9.1 → 24.3.0](psf/black@23.9.1...24.3.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.9.0](pre-commit/mirrors-mypy@v1.5.1...v1.9.0) - [github.com/asottile/pyupgrade: v3.14.0 → v3.15.2](asottile/pyupgrade@v3.14.0...v3.15.2)
1 parent 9dd9dc2 commit 54fedc4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ci:
1515

1616
repos:
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.4.0
18+
rev: v4.5.0
1919
hooks:
2020
- id: check-merge-conflict
2121
- id: trailing-whitespace
@@ -33,47 +33,47 @@ repos:
3333
- id: mixed-line-ending
3434

3535
- repo: https://github.com/pycqa/isort
36-
rev: 5.12.0
36+
rev: 5.13.2
3737
hooks:
3838
- id: isort
3939
name: isort (python)
4040
args: ["--line-length=120", "--profile=black"]
4141

4242
- repo: https://github.com/pycqa/isort
43-
rev: 5.12.0
43+
rev: 5.13.2
4444
hooks:
4545
- id: isort
4646
name: isort (python) (check)
4747
args: ["--line-length=120", "--profile=black", "--check"]
4848

4949
- repo: https://github.com/psf/black
50-
rev: 23.9.1
50+
rev: 24.3.0
5151
hooks:
5252
- id: black
5353
args: ["--line-length=120"]
5454

5555
- repo: https://github.com/psf/black
56-
rev: 23.9.1
56+
rev: 24.3.0
5757
hooks:
5858
- id: black
5959
name: black (check)
6060
args: ["--line-length=120", "--check"]
6161

6262
- repo: https://github.com/PyCQA/flake8
63-
rev: 6.1.0
63+
rev: 7.0.0
6464
hooks:
6565
- id: flake8
6666
args: ["--count", "--statistics", "--config=setup.cfg"]
6767

6868
- repo: https://github.com/pre-commit/mirrors-mypy
69-
rev: v1.5.1
69+
rev: v1.9.0
7070
hooks:
7171
- id: mypy
7272
exclude: (^tests/|^plugins/|MONAIViz/MONAIViz.py)
7373
additional_dependencies: [types-PyYAML,types-filelock,types-requests,types-docutils,types-cachetools]
7474

7575
- repo: https://github.com/asottile/pyupgrade
76-
rev: v3.14.0
76+
rev: v3.15.2
7777
hooks:
7878
- id: pyupgrade
7979
args: [--py37-plus]

0 commit comments

Comments
 (0)