Skip to content

Commit 9c392a6

Browse files
[pre-commit.ci] pre-commit autoupdate (#14)
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 44d2beb commit 9c392a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: "3.10"
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: "v4.3.0"
5+
rev: "v4.4.0"
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -39,7 +39,7 @@ repos:
3939
- id: black
4040

4141
- repo: https://github.com/pycqa/flake8
42-
rev: "5.0.4"
42+
rev: "6.0.0"
4343
hooks:
4444
- id: flake8
4545
additional_dependencies: [flake8-bugbear]

0 commit comments

Comments
 (0)