Skip to content

Commit

Permalink
style(pre-commit): update precommit config
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Sep 10, 2024
1 parent ed83e06 commit 332263f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_language_version:
python: python3.9
python: python3.11
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
Expand All @@ -22,7 +22,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.1.14'
rev: 'v0.6.4'
hooks:
- id: ruff
args:
Expand Down

0 comments on commit 332263f

Please sign in to comment.