Skip to content

Commit

Permalink
pre-commit update
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Oct 25, 2023
1 parent e32aa65 commit 029e81e
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
@@ -1,7 +1,7 @@
exclude: ^(.idea|.vscode)/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
# https://github.com/pre-commit/pre-commit-hooks
hooks:
- id: check-added-large-files
Expand All @@ -18,15 +18,15 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.289
rev: v0.1.2
hooks:
- id: ruff
name: python ruff
files: ^python/
args: [--fix, --exit-non-zero-on-fix, --config, python/pyproject.toml]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black
name: python black
Expand All @@ -41,7 +41,7 @@ repos:
files: ^python/

- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.15.0
hooks:
- id: pyupgrade
name: python pyupgrade
Expand Down

0 comments on commit 029e81e

Please sign in to comment.