Skip to content

Commit 7944a24

Browse files
[pre-commit.ci] pre-commit autoupdate (#505)
<!--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--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bb5ea4d commit 7944a24

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
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.3.0
6+
rev: v4.4.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-case-conflict
@@ -39,7 +39,7 @@ repos:
3939
- --add-import
4040
- 'from __future__ import annotations'
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:

0 commit comments

Comments
 (0)