Skip to content

Commit

Permalink
Merge pull request #404 from claritychallenge/pre-commit-ci-update-co…
Browse files Browse the repository at this point in the history
…nfig

[pre-commit.ci] pre-commit-autoupdate
  • Loading branch information
jonbarker68 authored Sep 10, 2024
2 parents c8d4a22 + 2be5175 commit dade982
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 @@ -33,7 +33,7 @@ repos:
additional_dependencies: ["click==8.0.4"]

- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.13.0
rev: v0.14.0
hooks:
- id: markdownlint-cli2

Expand Down Expand Up @@ -65,7 +65,7 @@ repos:
- id: nbstripout

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
rev: v1.11.2
hooks:
- id: mypy
args:
Expand All @@ -76,13 +76,13 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: "v0.5.7"
rev: "v0.6.4"
hooks:
- id: ruff

# Serious pylint errors that will be enforced by CI
- repo: https://github.com/pycqa/pylint
rev: v3.2.6
rev: v3.2.7
hooks:
- id: pylint
args:
Expand Down

0 comments on commit dade982

Please sign in to comment.