Skip to content

Commit 77c902f

Browse files
pre-commit-ci[bot]WhyNotHugo
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 4.0.1 → 5.0.2](PyCQA/flake8@4.0.1...5.0.2) - [github.com/asottile/pyupgrade: v2.37.2 → v2.37.3](asottile/pyupgrade@v2.37.2...v2.37.3)
1 parent 880c890 commit 77c902f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ repos:
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/PyCQA/flake8
18-
rev: "4.0.1"
18+
rev: "5.0.2"
1919
hooks:
2020
- id: flake8
2121
additional_dependencies:
2222
- flake8-comprehensions
2323
- flake8-bugbear
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v2.37.2
25+
rev: v2.37.3
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py37-plus]

0 commit comments

Comments
 (0)