Skip to content

Commit 8df6599

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 11e808f commit 8df6599

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
@@ -8,7 +8,7 @@ repos:
88
# Ensure that all files end with a newline
99
# Harmonize line endings
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.3.0
11+
rev: v4.4.0
1212
hooks:
1313
- id: check-added-large-files # prevents giant files from being committed.
1414
- id: check-case-conflict # checks for files that would conflict in case-insensitive filesystems.
@@ -54,7 +54,7 @@ repos:
5454

5555
# A tool to automatically fix common style issues in Python code. Has plugins.
5656
- repo: https://github.com/pycqa/flake8
57-
rev: '5.0.4'
57+
rev: '6.0.0'
5858
hooks:
5959
- id: flake8
6060
exclude: (__pycache__|.venv|tmp|.tox)

0 commit comments

Comments
 (0)