Skip to content

Commit b506cb7

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 4c2a948 commit b506cb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ 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

2727
# Runs flake8
2828
- repo: https://github.com/pycqa/flake8
29-
rev: 7.1.0
29+
rev: 7.1.1
3030
hooks:
3131
- id: flake8
3232

3333
# Runs mypy
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: 'v1.11.0' # Use the sha / tag you want to point at
35+
rev: 'v1.11.1' # Use the sha / tag you want to point at
3636
hooks:
3737
- id: mypy
3838
additional_dependencies: [types-requests]

0 commit comments

Comments
 (0)