We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba8f72b + f73c9f4 commit f56d117Copy full SHA for f56d117
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
21
# Runs black
22
- repo: https://github.com/psf/black
23
- rev: 24.4.2
+ rev: 24.8.0
24
hooks:
25
- id: black
26
# It is recommended to specify the latest version of Python
@@ -31,14 +31,14 @@ repos:
31
32
# Runs flake8
33
- repo: https://github.com/pycqa/flake8
34
- rev: 7.1.0
+ rev: 7.1.1
35
36
- id: flake8
37
38
# Runs mypy
39
# Uses local environment as opposed to mypy-mirror to enable access to dependencies
40
- repo: https://github.com/pre-commit/mirrors-mypy
41
- rev: v1.11.0
+ rev: v1.11.1
42
43
- id: mypy
44
# name: mypy
0 commit comments