Skip to content

Commit

Permalink
Merge pull request #339 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 authored Apr 2, 2024
2 parents f2947fc + 9d58b91 commit 3900d6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
files: requirements-dev.txt

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
exclude: docs/source/conf.py
Expand All @@ -27,7 +27,7 @@ repos:
- id: blackdoc

- repo: https://github.com/econchick/interrogate
rev: 237be78f9c6135fc1a620d211cdfdc5d3885082b
rev: 1.5.0
hooks:
- id: interrogate
exclude: ^(docs|tests)
Expand All @@ -50,14 +50,14 @@ repos:
- id: add-trailing-comma

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.5
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
- id: ruff-format

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.1
rev: 1.8.5
hooks:
- id: nbqa-check-ast
- id: nbqa-black
Expand Down
1 change: 1 addition & 0 deletions erddapy/multiple_server_search.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Multiple Server Search."""

from __future__ import annotations

import multiprocessing
Expand Down

0 comments on commit 3900d6a

Please sign in to comment.