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/pre-commit/mirrors-mypy: v1.14.0 β†’ v1.14.1](pre-commit/mirrors-mypy@v1.14.0...v1.14.1)
- [github.com/pre-commit/mirrors-mypy: v1.14.0 β†’ v1.14.1](pre-commit/mirrors-mypy@v1.14.0...v1.14.1)
- [github.com/astral-sh/ruff-pre-commit: v0.8.4 β†’ v0.8.6](astral-sh/ruff-pre-commit@v0.8.4...v0.8.6)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 0463fae commit dc37cfe
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 @@ -10,7 +10,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.0
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -35,7 +35,7 @@ repos:
exclude: ".*/test_.*\\.py|.*/conftest\\.py|src/rest_api_postgres/python/.*|src/pyp3_mock_data/.*|src/pyo3_mock_data/.*"
args: [--explicit-package-bases] # This is because of the mono repo type setup
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.0
rev: v1.14.1
hooks:
- id: mypy
pass_filenames: false
Expand All @@ -51,14 +51,14 @@ repos:
]
entry: bash -c 'cd src/rest_api_postgres/python && mypy -p app "$@"' --
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.0
rev: v1.14.1
hooks:
- id: mypy
pass_filenames: false
files: ^src/pyp3_mock_data/
entry: bash -c 'cd src/pyo3_mock_data && mypy -p pyp3_mock_data "$@"' --
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
rev: v0.8.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit dc37cfe

Please sign in to comment.