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.15.0](pre-commit/mirrors-mypy@v1.14.0...v1.15.0)
- [github.com/asottile/dead: v1.5.2 โ†’ v2.1.0](asottile/dead@v1.5.2...v2.1.0)
- [github.com/astral-sh/ruff-pre-commit: v0.8.4 โ†’ v0.9.6](astral-sh/ruff-pre-commit@v0.8.4...v0.9.6)
- [github.com/crate-ci/typos: v1.28.4 โ†’ typos-dict-v0.12.5](crate-ci/typos@v1.28.4...typos-dict-v0.12.5)
  • Loading branch information
pre-commit-ci[bot] authored Feb 17, 2025
1 parent cd77009 commit a2a1fd2
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.15.0
hooks:
- id: mypy
additional_dependencies:
- types-requests
- types-PyYAML
- types-toml
- repo: https://github.com/asottile/dead
rev: v1.5.2
rev: v2.1.0
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.6
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.5
hooks:
- id: typos
exclude: \.svg$
Expand Down

0 comments on commit a2a1fd2

Please sign in to comment.