Skip to content

Commit 8c8e079

Browse files
authored
Merge pull request #18 from prakaa/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 4c2a948 + b506cb7 commit 8c8e079

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)