Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit f3bfec9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.7.8 → 7.1.0](PyCQA/flake8@3.7.8...7.1.0) - https://github.com/pre-commit/mirrors-yapfhttps://github.com/google/yapf - [github.com/google/yapf: v0.23.0 → v0.40.2](google/yapf@v0.23.0...v0.40.2)
1 parent 0d4d29a commit f3bfec9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
repos:
2-
- repo: https://gitlab.com/pycqa/flake8
3-
rev: 3.7.8
2+
- repo: https://github.com/PyCQA/flake8
3+
rev: 7.1.0
44
hooks:
55
- id: flake8
6-
- repo: https://github.com/pre-commit/mirrors-yapf
7-
rev: v0.23.0
6+
- repo: https://github.com/google/yapf
7+
rev: v0.40.2
88
hooks:
99
- id: yapf

0 commit comments

Comments
 (0)