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/pre-commit/mirrors-mypy: v1.14.0 โ†’ v1.14.1](pre-commit/mirrors-mypy@v1.14.0...v1.14.1)
- [github.com/asottile/dead: v1.5.2 โ†’ v2.0.1](asottile/dead@v1.5.2...v2.0.1)
- [github.com/astral-sh/ruff-pre-commit: v0.8.4 โ†’ v0.9.4](astral-sh/ruff-pre-commit@v0.8.4...v0.9.4)
- [github.com/crate-ci/typos: v1.28.4 โ†’ typos-dict-v0.12.4](crate-ci/typos@v1.28.4...typos-dict-v0.12.4)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent cd77009 commit 23cb90f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,28 @@ repos:
files: airflow_diagrams/abbreviations.yml|examples/mapping.yml
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.0
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies:
- types-requests
- types-PyYAML
- types-toml
- repo: https://github.com/asottile/dead
rev: v1.5.2
rev: v2.0.1
hooks:
- id: dead
args: ["--exclude", "examples/"] # global exclude does not work
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
rev: v0.9.4
hooks:
- id: ruff
args:
- --fix
- --unsafe-fixes
- id: ruff-format
- repo: https://github.com/crate-ci/typos
rev: v1.28.4
rev: typos-dict-v0.12.4
hooks:
- id: typos
exclude: \.svg$
Expand Down

0 comments on commit 23cb90f

Please sign in to comment.