Skip to content

Commit

Permalink
Merge pull request #1069 from AFM-SPM/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
Merging despite failing tests the root cause of which has been identified and addressed in #1068.
  • Loading branch information
ns-rse authored Jan 7, 2025
2 parents cf46824 + 371ab1a commit 454e9e8
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
Expand Up @@ -19,20 +19,20 @@ repos:
types: [python, yaml, markdown]

- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.15.0
rev: v0.17.1
hooks:
- id: markdownlint-cli2
args: []

- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py38-plus]

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.8.1
rev: v0.8.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand All @@ -59,7 +59,7 @@ repos:
- id: codespell

- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.4.1
rev: v3.4.2
hooks:
- id: prettier

Expand Down

0 comments on commit 454e9e8

Please sign in to comment.