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

Commit d3eed27

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 → 6.0.0](PyCQA/flake8@3.7.8...6.0.0) - [github.com/pre-commit/mirrors-yapf: v0.23.0 → v0.32.0](pre-commit/mirrors-yapf@v0.23.0...v0.32.0)
1 parent 0d4d29a commit d3eed27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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: 6.0.0
44
hooks:
55
- id: flake8
66
- repo: https://github.com/pre-commit/mirrors-yapf
7-
rev: v0.23.0
7+
rev: v0.32.0
88
hooks:
99
- id: yapf

0 commit comments

Comments
 (0)