Skip to content

Commit 81bbbf7

Browse files
[pre-commit.ci] pre-commit autoupdate (#353)
updates: - [github.com/asottile/pyupgrade: v2.37.2 → v2.37.3](asottile/pyupgrade@v2.37.2...v2.37.3) - [github.com/pycqa/flake8: 4.0.1 → 5.0.2](PyCQA/flake8@4.0.1...5.0.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9b1b14c commit 81bbbf7

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
@@ -34,13 +34,13 @@ repos:
3434
- id: prettier
3535

3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v2.37.2
37+
rev: v2.37.3
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py37-plus]
4141

4242
- repo: https://github.com/pycqa/flake8
43-
rev: 4.0.1
43+
rev: 5.0.2
4444
hooks:
4545
- id: flake8
4646
additional_dependencies:

0 commit comments

Comments
 (0)