Skip to content

Commit

Permalink
Merge pull request #114 from florianjoerg/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
⬆ [pre-commit.ci] pre-commit autoupdate
  • Loading branch information
florianjoerg authored Jan 31, 2024
2 parents b0cca6f + 9bfb196 commit 576ace9
Showing 1 changed file with 3 additions and 3 deletions.
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 @@ default_language_version:
python: python3.9
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
# - id: check-added-large-files
- id: check-toml
Expand All @@ -17,14 +17,14 @@ repos:
- id: trailing-whitespace
types: [python]
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.15.0
hooks:
- id: pyupgrade
args:
- --py39-plus
- --keep-runtime-typing
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.287
rev: v0.1.14
hooks:
- id: ruff
verbose: True
Expand Down

0 comments on commit 576ace9

Please sign in to comment.