Skip to content

Commit 0f0400a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 25.1.0](psf/black@23.3.0...25.1.0) - https://github.com/ikamensh/flynt/: 0.78 → 1.0.1 - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.16.1](pre-commit/mirrors-mypy@v1.2.0...v1.16.1)
1 parent 1c343b7 commit 0f0400a

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
@@ -15,13 +15,13 @@ repos:
1515
- id: flake8
1616
args: ["--max-line-length=120"]
1717
- repo: https://github.com/psf/black
18-
rev: 23.3.0 # Replace by any tag/version: https://github.com/psf/black/tags
18+
rev: 25.1.0 # Replace by any tag/version: https://github.com/psf/black/tags
1919
hooks:
2020
- id: black
2121
language_version: python3 # Should be a command that runs python3.6+
2222

2323
- repo: https://github.com/ikamensh/flynt/
24-
rev: '0.78'
24+
rev: '1.0.1'
2525
hooks:
2626
- id: flynt
2727
args: [
@@ -46,7 +46,7 @@ repos:
4646
additional_dependencies: ['tomli']
4747

4848
- repo: https://github.com/pre-commit/mirrors-mypy
49-
rev: 'v1.2.0' # Use the sha / tag you want to point at
49+
rev: 'v1.16.1' # Use the sha / tag you want to point at
5050
hooks:
5151
- id: mypy
5252
args: [

0 commit comments

Comments
 (0)