Skip to content

Commit bfff404

Browse files
committed
Bump Black, Flake8 and MyPy to the latest stable. it/org/software-supply-chain/issues#2
1 parent 870f449 commit bfff404

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pycqa/flake8
3-
rev: 4.0.1
3+
rev: 6.0.0
44
hooks:
55
- id: flake8
66
additional_dependencies:
@@ -9,13 +9,12 @@ repos:
99
- flake8-comprehensions
1010
- flake8-docstrings
1111
- flake8-rst-docstrings
12-
- pygments
1312
- repo: https://github.com/ambv/black
14-
rev: 22.3.0
13+
rev: 23.1.0
1514
hooks:
1615
- id: black
1716
- repo: https://github.com/pre-commit/mirrors-mypy
18-
rev: v0.800
17+
rev: v1.1.1
1918
hooks:
2019
- id: mypy
2120
files: '\.py$'

0 commit comments

Comments
 (0)