Skip to content

Commit

Permalink
Merge pull request #21 from AFM-SPM/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse authored Dec 5, 2023
2 parents 8c05c6f + 5027fe8 commit fab20e0
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 @@ -17,7 +17,7 @@ repos:
types: [python, yaml, markdown]

- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.10.0
rev: v0.11.0
hooks:
- id: markdownlint-cli2
args: []
Expand All @@ -30,13 +30,13 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.4
rev: v0.1.6
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]

- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
types: [python]
Expand Down

0 comments on commit fab20e0

Please sign in to comment.