Skip to content

Commit 288f0fb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.4b0 → 21.5b1](psf/black@21.4b0...21.5b1) - [github.com/pycqa/flake8.git: 3.9.1 → 3.9.2](https://github.com/pycqa/flake8.git/compare/3.9.1...3.9.2)
1 parent 344d0f2 commit 288f0fb

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
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: isort
66
- repo: https://github.com/psf/black
7-
rev: 21.4b0
7+
rev: 21.5b1
88
hooks:
99
- id: black
1010
language_version: python3
@@ -19,7 +19,7 @@ repos:
1919
- id: check-merge-conflict
2020
- id: debug-statements
2121
- repo: https://github.com/pycqa/flake8.git
22-
rev: 3.9.1
22+
rev: 3.9.2
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/adrienverge/yamllint.git

0 commit comments

Comments
 (0)