Skip to content

Commit

Permalink
Merge branch 'main' into labels-file
Browse files Browse the repository at this point in the history
  • Loading branch information
calebevans authored Jul 1, 2024
2 parents 88fa07d + 1b534da commit f3436eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: check-json
- id: check-yaml
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.10.1
hooks:
- id: mypy
exclude: ^(tests/)
Expand All @@ -37,7 +37,7 @@ repos:
- id: detect-secrets
exclude: tests/unittests/resources/templates/jira_api/fake_server_info.json
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.10
rev: v0.5.0
hooks:
- id: ruff
- id: ruff-format

0 comments on commit f3436eb

Please sign in to comment.