Skip to content

Commit

Permalink
Bump pre-commit hook versions to follow the dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Jul 5, 2024
1 parent d8b890f commit cd94fd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:


env:
PYTHON_LATEST: 3.12
PYTHON_LATEST: '3.12'
PROJECT_NAME: aiodocker

# For re-actors/checkout-python-sdist
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:
autoupdate_schedule: quarterly
repos:
- 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 All @@ -20,12 +20,12 @@ repos:
- id: detect-private-key
exclude: ^tests/certs/
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.3
rev: v0.5.0
hooks:
- id: ruff
args: ['--fix']
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.10.1
hooks:
- id: mypy

0 comments on commit cd94fd9

Please sign in to comment.