Skip to content

Commit

Permalink
Repo admin.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgdunn committed Apr 15, 2024
1 parent 59e6ce8 commit efe515c
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: check-ast
Expand Down Expand Up @@ -38,7 +38,7 @@ repos:
args: ["--profile", "black"]

- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.0
hooks:
- id: black
args: ["-l 120"]
Expand All @@ -61,7 +61,7 @@ repos:

- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version. To eventually replace flake8?
rev: "v0.3.4"
rev: "v0.3.7"
hooks:
- id: ruff
# Respect `exclude` and `extend-exclude` settings.
Expand Down

0 comments on commit efe515c

Please sign in to comment.