Skip to content

Commit 1f17818

Browse files
pre-commit-ci[bot]webknjaz
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks.git: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.5.0...v4.6.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/PyCQA/flake8.git: 7.0.0 → 7.1.1](https://github.com/PyCQA/flake8.git/compare/7.0.0...7.1.1)
1 parent d1054d1 commit 1f17818

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: remove-tabs
1919

2020
- repo: https://github.com/pre-commit/pre-commit-hooks.git
21-
rev: v4.5.0
21+
rev: v4.6.0
2222
hooks:
2323
# Side-effects:
2424
- id: end-of-file-fixer
@@ -56,7 +56,7 @@ repos:
5656
- id: pydocstyle
5757

5858
- repo: https://github.com/codespell-project/codespell
59-
rev: v2.2.6
59+
rev: v2.3.0
6060
hooks:
6161
- id: codespell
6262

@@ -72,7 +72,7 @@ repos:
7272
- --strict
7373

7474
- repo: https://github.com/PyCQA/flake8.git
75-
rev: 7.0.0
75+
rev: 7.1.1
7676
hooks:
7777
- id: flake8
7878
additional_dependencies:

0 commit comments

Comments
 (0)