Skip to content

Commit

Permalink
Merge pull request #70 from ioos/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
ocefpaf committed Sep 5, 2023
2 parents a8752ae + 476b895 commit 0511421
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.4.1
rev: v1.5.1
hooks:
- id: mypy
exclude: docs/source/conf.py
Expand Down Expand Up @@ -51,17 +51,17 @@ repos:
- --ignore-words-list=pres

- repo: https://github.com/asottile/add-trailing-comma
rev: v3.0.1
rev: v3.1.0
hooks:
- id: add-trailing-comma

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.284
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.287
hooks:
- id: ruff

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 0.13.0
rev: 1.1.0
hooks:
- id: pyproject-fmt

Expand Down

0 comments on commit 0511421

Please sign in to comment.