Skip to content

Commit 6703b52

Browse files
[pre-commit.ci] pre-commit autoupdate (#644)
updates: - [github.com/psf/black: 20.8b1 → 21.4b2](psf/black@20.8b1...21.4b2) - [github.com/PyCQA/flake8: 3.9.0 → 3.9.1](PyCQA/flake8@3.9.0...3.9.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 32d0df1 commit 6703b52

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
@@ -13,7 +13,7 @@ repos:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
1515
- repo: https://github.com/psf/black
16-
rev: 20.8b1
16+
rev: 21.4b2
1717
hooks:
1818
- id: black
1919
language_version: python3
@@ -22,7 +22,7 @@ repos:
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/PyCQA/flake8
25-
rev: 3.9.0
25+
rev: 3.9.1
2626
hooks:
2727
- id: flake8
2828
additional_dependencies:

0 commit comments

Comments
 (0)