Skip to content

Commit

Permalink
Merge pull request #37 from berquist/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
berquist authored Feb 19, 2024
2 parents c9ceefb + f784e03 commit c2e2b84
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
- id: check-hooks-apply
- id: check-useless-excludes
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
rev: "v4.5.0"
hooks:
- id: trailing-whitespace
exclude: pyresponse/data
Expand All @@ -23,17 +23,17 @@ repos:
hooks:
- id: actionlint
- repo: https://github.com/PyCQA/isort
rev: "5.12.0"
rev: "5.13.2"
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.13
rev: v0.2.2
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/asottile/blacken-docs
rev: "1.13.0"
rev: "1.16.0"
hooks:
- id: blacken-docs
# - repo: https://github.com/Carreau/velin
Expand Down Expand Up @@ -65,6 +65,6 @@ repos:
# - numpy
# - types-pyyaml
- repo: https://github.com/adrienverge/yamllint
rev: "v1.32.0"
rev: "v1.35.1"
hooks:
- id: yamllint

0 comments on commit c2e2b84

Please sign in to comment.