Skip to content

Commit 74bbd60

Browse files
authored
Merge pull request ReproNim#72 from ReproNim/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 10749c4 + 2d33abc commit 74bbd60

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
@@ -17,7 +17,7 @@ repos:
1717
args: [--profile, black, --settings-path, pyproject.toml]
1818

1919
- repo: https://github.com/psf/black
20-
rev: 24.4.2
20+
rev: 24.8.0
2121
hooks:
2222
- id: black
2323

@@ -43,7 +43,7 @@ repos:
4343
# flake8-functions checks functions quality: https://pypi.org/project/flake8-functions/
4444
# flake8-bugbear detects some common bugs: https://github.com/PyCQA/flake8-bugbear
4545
- repo: https://github.com/pyCQA/flake8
46-
rev: 7.1.0
46+
rev: 7.1.1
4747
hooks:
4848
- id: flake8
4949
args: [--config, .flake8, --verbose, reproschema]

0 commit comments

Comments
 (0)