Skip to content

Commit 703cfaa

Browse files
[pre-commit.ci] pre-commit autoupdate (#8610)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8dbc2ba commit 703cfaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ repos:
6060
hooks:
6161
- id: isort
6262
- repo: https://github.com/psf/black
63-
rev: '24.4.2'
63+
rev: '24.8.0'
6464
hooks:
6565
- id: black
6666
language_version: python3 # Should be a command that runs python
@@ -102,7 +102,7 @@ repos:
102102
- id: pyupgrade
103103
args: ['--py37-plus']
104104
- repo: https://github.com/PyCQA/flake8
105-
rev: '7.1.0'
105+
rev: '7.1.1'
106106
hooks:
107107
- id: flake8
108108
additional_dependencies:

0 commit comments

Comments
 (0)