Skip to content

Commit

Permalink
Merge pull request #354 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 Nov 14, 2023
2 parents 7cc2651 + de2646b commit 797ae0b
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 @@ -26,7 +26,7 @@ repos:
args: [--py38-plus]

- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
types: [python]
Expand Down Expand Up @@ -65,15 +65,15 @@ repos:
- id: nbstripout

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.1
rev: v1.7.0
hooks:
- id: mypy
args:
- --explicit-package-bases

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

Expand Down

0 comments on commit 797ae0b

Please sign in to comment.