Skip to content

Commit f73c9f4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1)
1 parent ba8f72b commit f73c9f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020

2121
# Runs black
2222
- repo: https://github.com/psf/black
23-
rev: 24.4.2
23+
rev: 24.8.0
2424
hooks:
2525
- id: black
2626
# It is recommended to specify the latest version of Python
@@ -31,14 +31,14 @@ repos:
3131

3232
# Runs flake8
3333
- repo: https://github.com/pycqa/flake8
34-
rev: 7.1.0
34+
rev: 7.1.1
3535
hooks:
3636
- id: flake8
3737

3838
# Runs mypy
3939
# Uses local environment as opposed to mypy-mirror to enable access to dependencies
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.11.0
41+
rev: v1.11.1
4242
hooks:
4343
- id: mypy
4444
# name: mypy

0 commit comments

Comments
 (0)