Skip to content

Commit 84807cd

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent 60e293c commit 84807cd

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
@@ -13,7 +13,7 @@ minimum_pre_commit_version: 1.21.0
1313

1414
repos:
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.3.0
16+
rev: v4.4.0
1717
hooks:
1818
# Prevent giant files from being committed.
1919
- id: check-added-large-files
@@ -36,7 +36,7 @@ repos:
3636
args: [--config=./pyproject.toml, .]
3737

3838
- repo: https://github.com/PyCQA/flake8
39-
rev: 5.0.4
39+
rev: 6.0.0
4040
hooks:
4141
- id: flake8
4242
types: [file, python]

0 commit comments

Comments
 (0)