Skip to content

Commit 1d8548f

Browse files
author
cookiecutter-e3
committed
Bump Flake8, Black, MyPy
Black: 24.10.0 Flake8: 7.1.1 MyPy: 1.14.1 For it/org/software-supply-chain/production-pipeline/issues#80 See merge request it/cookiecutter-e3!77 of the template
1 parent e7bb23c commit 1d8548f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pycqa/flake8
3-
rev: 7.0.0
3+
rev: 7.1.1
44
hooks:
55
- id: flake8
66
additional_dependencies:
@@ -9,7 +9,9 @@ repos:
99
- flake8-comprehensions
1010
- flake8-docstrings
1111
- flake8-rst-docstrings
12+
name: flake8-7.1.1
1213
- repo: https://github.com/ambv/black
13-
rev: 24.2.0
14+
rev: 24.10.0
1415
hooks:
1516
- id: black
17+
name: black-24.10.0

0 commit comments

Comments
 (0)