Skip to content

Commit 33cfc77

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.3.0](pre-commit/pre-commit-hooks@v4.0.1...v4.3.0) - [github.com/fsfe/reuse-tool: v0.12.1 → v1.0.0](fsfe/reuse-tool@v0.12.1...v1.0.0) - [github.com/psf/black: 21.5b1 → 22.8.0](psf/black@21.5b1...22.8.0) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 5.0.4](PyCQA/flake8@3.9.2...5.0.4)
1 parent e53ea9b commit 33cfc77

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.0.1
6+
rev: v4.3.0
77
hooks:
88
- id: check-merge-conflict
99
- id: check-symlinks
@@ -14,15 +14,15 @@ repos:
1414
- id: mixed-line-ending
1515
- id: trailing-whitespace
1616
- repo: https://github.com/fsfe/reuse-tool
17-
rev: v0.12.1
17+
rev: v1.0.0
1818
hooks:
1919
- id: reuse
2020
- repo: https://github.com/psf/black
21-
rev: 21.5b1
21+
rev: 22.8.0
2222
hooks:
2323
- id: black
24-
- repo: https://gitlab.com/pycqa/flake8
25-
rev: 3.9.2
24+
- repo: https://github.com/PyCQA/flake8
25+
rev: 5.0.4
2626
hooks:
2727
- id: flake8
2828
- repo: https://github.com/markdownlint/markdownlint

0 commit comments

Comments
 (0)