Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.3.0 → 24.8.0](psf/black@23.3.0...24.8.0)
- https://github.com/ikamensh/flynt/: 0.78 → 1.0.1
- [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.11.2](pre-commit/mirrors-mypy@v1.2.0...v1.11.2)
  • Loading branch information
pre-commit-ci[bot] committed Sep 2, 2024
1 parent 1c343b7 commit 187ed8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ repos:
- id: flake8
args: ["--max-line-length=120"]
- repo: https://github.com/psf/black
rev: 23.3.0 # Replace by any tag/version: https://github.com/psf/black/tags
rev: 24.8.0 # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+

- repo: https://github.com/ikamensh/flynt/
rev: '0.78'
rev: '1.0.1'
hooks:
- id: flynt
args: [
Expand All @@ -46,7 +46,7 @@ repos:
additional_dependencies: ['tomli']

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.2.0' # Use the sha / tag you want to point at
rev: 'v1.11.2' # Use the sha / tag you want to point at
hooks:
- id: mypy
args: [
Expand Down

0 comments on commit 187ed8e

Please sign in to comment.