Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 22.12.0 → 23.3.0](psf/black@22.12.0...23.3.0)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.4.1](pre-commit/mirrors-mypy@v0.991...v1.4.1)
- [github.com/rstcheck/rstcheck: v6.1.1 → v6.1.2](rstcheck/rstcheck@v6.1.1...v6.1.2)
  • Loading branch information
pre-commit-ci[bot] authored Jul 3, 2023
1 parent 658b3c0 commit ce57c5e
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 @@ -12,7 +12,7 @@ repos:
args: ["--autofix", "--indent=2", "--no-sort-keys"]

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black
args: ["--line-length", "100"]
Expand All @@ -29,7 +29,7 @@ repos:
- id: seed-isort-config

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.991'
rev: 'v1.4.1'
hooks:
- id: mypy
exclude: tests,pangeo_forge_recipes/recipes
Expand All @@ -41,6 +41,6 @@ repos:
args: ["--profile", "black"]

- repo: https://github.com/rstcheck/rstcheck
rev: v6.1.1
rev: v6.1.2
hooks:
- id: rstcheck

0 comments on commit ce57c5e

Please sign in to comment.