Skip to content

Commit 45b957a

Browse files
chore: update pre-commit hooks (pybind#105)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2999d97 commit 45b957a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ci:
1919
repos:
2020
# Standard hooks
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.3.0
22+
rev: v4.4.0
2323
hooks:
2424
- id: check-added-large-files
2525
- id: check-case-conflict
@@ -70,7 +70,7 @@ repos:
7070
exclude: ^(docs)
7171

7272
- repo: https://github.com/PyCQA/flake8
73-
rev: 5.0.4
73+
rev: 6.0.0
7474
hooks:
7575
- id: flake8
7676
additional_dependencies: [flake8-bugbear]

0 commit comments

Comments
 (0)