Skip to content

Commit

Permalink
update pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 committed Nov 2, 2024
1 parent 315b35d commit b2040d2
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 @@ -8,22 +8,22 @@ repos:
language: system
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: "v0.4.4"
rev: "v0.7.2"
hooks:
# Run the linter.
- id: ruff
args: [--fix]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.6.0"
rev: "v5.0.0"
hooks:
- id: check-yaml
- id: check-json
- id: pretty-format-json
args: ['--autofix', '--no-sort-keys']
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
args: [--max-line-length=140]
Expand Down

0 comments on commit b2040d2

Please sign in to comment.