Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/coactions/dynamic-…
Browse files Browse the repository at this point in the history
…matrix-3
  • Loading branch information
alisonlhart committed Sep 7, 2024
2 parents 1daa755 + 54f94f3 commit 7225e71
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 @@ -22,7 +22,7 @@ exclude: |
)$
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.6"
rev: "v0.6.3"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down Expand Up @@ -73,7 +73,7 @@ repos:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
rev: v1.11.2
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand All @@ -90,7 +90,7 @@ repos:
- types-setuptools
- types-jsonschema>=4.4.9
- repo: https://github.com/pycqa/pylint
rev: v3.2.6
rev: v3.2.7
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit 7225e71

Please sign in to comment.