Skip to content

Commit a60a0a3

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#164)
<!--pre-commit.ci start--> 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) <!--pre-commit.ci end-->
2 parents a86a4a2 + e89d387 commit a60a0a3

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
@@ -4,7 +4,7 @@ exclude: "node_modules|migrations|.venv|.direnv|tests/dev/|tests/fixtures/"
44
fail_fast: false
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.3.0
7+
rev: v4.4.0
88
hooks:
99
- id: check-added-large-files
1010
args: ["--maxkb=500"]
@@ -30,7 +30,7 @@ repos:
3030
- id: black
3131

3232
- repo: https://github.com/pycqa/flake8
33-
rev: 5.0.4
33+
rev: 6.0.0
3434
hooks:
3535
- id: flake8
3636
language: python

0 commit comments

Comments
 (0)