Skip to content

Commit a69d7c8

Browse files
[pre-commit.ci] pre-commit autoupdate (#201)
updates: - [github.com/psf/black: 21.8b0 → 21.9b0](psf/black@21.8b0...21.9b0) - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 28368b6 commit a69d7c8

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
@@ -17,14 +17,14 @@ repos:
1717
# Don't commit to main branch.
1818
- id: no-commit-to-branch
1919
- repo: https://github.com/psf/black
20-
rev: "21.8b0"
20+
rev: "21.9b0"
2121
hooks:
2222
- id: black
2323
# Force black to run on whole repo, using settings from pyproject.toml
2424
pass_filenames: false
2525
args: ["--config=./pyproject.toml", "--check", "."]
2626
- repo: https://github.com/PyCQA/flake8
27-
rev: "3.9.2"
27+
rev: "4.0.1"
2828
hooks:
2929
# Run flake8.
3030
- id: flake8

0 commit comments

Comments
 (0)