Skip to content

Commit

Permalink
Merge pull request #381 from pangeo-forge/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Oct 21, 2022
2 parents cdec510 + 81e560b commit 6cd9ece
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.1.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -11,14 +11,14 @@ repos:
- id: pretty-format-json
args: ["--autofix", "--indent=2", "--no-sort-keys"]

- repo: https://github.com/ambv/black
rev: 22.3.0
- repo: https://github.com/psf/black
rev: 22.6.0
hooks:
- id: black
args: ["--line-length", "100"]

- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8

Expand All @@ -28,18 +28,18 @@ repos:
- id: seed-isort-config

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.931'
rev: 'v0.961'
hooks:
- id: mypy
exclude: tests

- repo: https://github.com/pycqa/isort
rev: 5.5.4
rev: 5.10.1
hooks:
- id: isort
args: ["--profile", "black"]

- repo: https://github.com/myint/rstcheck
rev: 3f92957478422df87bd730abde66f089cc1ee19b
rev: v6.0.0.post1
hooks:
- id: rstcheck

0 comments on commit 6cd9ece

Please sign in to comment.