Skip to content

Commit

Permalink
update pre-commits
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed May 29, 2023
1 parent f9a5c2e commit 6e7538a
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 @@ -20,7 +20,7 @@ repos:
language_version: python3

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
rev: v1.3.0
hooks:
- id: mypy
exclude: docs/source/conf.py
Expand Down Expand Up @@ -56,12 +56,12 @@ repos:
- id: add-trailing-comma

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.261
rev: v0.0.270
hooks:
- id: ruff

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 0.9.2
rev: 0.11.2
hooks:
- id: pyproject-fmt

Expand Down

0 comments on commit 6e7538a

Please sign in to comment.