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/asottile/pyupgrade: v3.15.0 → v3.16.0](asottile/pyupgrade@v3.15.0...v3.16.0)
- [github.com/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2)
- [github.com/adamchainz/blacken-docs: v1.12.1 → 1.18.0](adamchainz/blacken-docs@v1.12.1...1.18.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.5.4](astral-sh/ruff-pre-commit@v0.1.9...v0.5.4)
- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.11.0](pre-commit/mirrors-mypy@v1.8.0...v1.11.0)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 22, 2024
1 parent 2ec8521 commit d3d40b8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.16.0
hooks:
- id: pyupgrade
args:
Expand All @@ -20,11 +20,11 @@ repos:
hooks:
- id: pyaphid
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/adamchainz/blacken-docs
rev: v1.12.1 # replace with latest tag on GitHub
rev: 1.18.0 # replace with latest tag on GitHub
hooks:
- id: blacken-docs
additional_dependencies:
Expand All @@ -34,24 +34,24 @@ repos:
hooks:
- id: yesqa
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.9"
rev: "v0.5.4"
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
additional_dependencies: [prettier@latest, prettier-plugin-toml@latest]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.8.0"
rev: "v1.11.0"
hooks:
- id: mypy
exclude: ^tests/.*
additional_dependencies:
- "sqlalchemy<2.0"
- "sqlalchemy2-stubs"
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand Down

0 comments on commit d3d40b8

Please sign in to comment.