Skip to content

Commit 124d178

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/asottile/setup-cfg-fmt: v2.4.0 → v2.5.0](asottile/setup-cfg-fmt@v2.4.0...v2.5.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/asottile/pyupgrade: v3.13.0 → v3.17.0](asottile/pyupgrade@v3.13.0...v3.17.0) - [github.com/psf/black: 23.9.1 → 24.8.0](psf/black@23.9.1...24.8.0) - [github.com/hadialqattan/pycln: v2.2.2 → v2.4.0](hadialqattan/pycln@v2.2.2...v2.4.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.1.1](PyCQA/flake8@6.1.0...7.1.1) - [github.com/codespell-project/codespell: v2.2.5 → v2.3.0](codespell-project/codespell@v2.2.5...v2.3.0) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.6 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.6...v0.10.0.1)
1 parent a65eb1a commit 124d178

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66
exclude: ^src/libs/|\.cpp$|\.h$|\.cc$|\.c$
77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: "v4.4.0"
9+
rev: "v5.0.0"
1010
hooks:
1111
- id: check-added-large-files
1212
- id: check-case-conflict
@@ -25,35 +25,35 @@ repos:
2525
- id: trailing-whitespace
2626

2727
- repo: https://github.com/asottile/setup-cfg-fmt
28-
rev: "v2.4.0"
28+
rev: "v2.5.0"
2929
hooks:
3030
- id: setup-cfg-fmt
3131

3232
- repo: https://github.com/PyCQA/isort
33-
rev: "5.12.0"
33+
rev: "5.13.2"
3434
hooks:
3535
- id: isort
3636

3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: "v3.13.0"
38+
rev: "v3.17.0"
3939
hooks:
4040
- id: pyupgrade
4141
args: ["--py36-plus"]
4242

4343
- repo: https://github.com/psf/black
44-
rev: "23.9.1"
44+
rev: "24.8.0"
4545
hooks:
4646
- id: black
4747
args: ["--skip-string-normalization"]
4848

4949
- repo: https://github.com/hadialqattan/pycln
50-
rev: "v2.2.2"
50+
rev: "v2.4.0"
5151
hooks:
5252
- id: pycln
5353
args: ["--all"]
5454

5555
- repo: https://github.com/PyCQA/flake8
56-
rev: "6.1.0"
56+
rev: "7.1.1"
5757
hooks:
5858
- id: flake8
5959
additional_dependencies: [flake8-bugbear, pep8-naming]
@@ -65,13 +65,13 @@ repos:
6565
stages: [manual]
6666

6767
- repo: https://github.com/codespell-project/codespell
68-
rev: "v2.2.5"
68+
rev: "v2.3.0"
6969
hooks:
7070
- id: codespell
7171
args: ["-L", "nd,unparseable,compiletime"]
7272

7373
- repo: https://github.com/shellcheck-py/shellcheck-py
74-
rev: "v0.9.0.6"
74+
rev: "v0.10.0.1"
7575
hooks:
7676
- id: shellcheck
7777

0 commit comments

Comments
 (0)