Skip to content

Commit

Permalink
Merge pull request #3 from legend-exp/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
chore: update pre-commit hooks
  • Loading branch information
gipert authored Jul 9, 2023
2 parents 19f8fe0 + ed499c4 commit e042bf6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
- id: trailing-whitespace

- repo: https:/asottile/setup-cfg-fmt
rev: "v2.2.0"
rev: "v2.4.0"
hooks:
- id: setup-cfg-fmt

Expand All @@ -35,7 +35,7 @@ repos:
- id: isort

- repo: https:/asottile/pyupgrade
rev: "v3.3.1"
rev: "v3.8.0"
hooks:
- id: pyupgrade
args: ["--py38-plus"]
Expand All @@ -46,14 +46,14 @@ repos:
- id: black-jupyter

- repo: https:/pre-commit/mirrors-mypy
rev: "v1.1.1"
rev: "v1.4.1"
hooks:
- id: mypy
files: src
stages: [manual]

- repo: https:/hadialqattan/pycln
rev: "v2.1.3"
rev: "v2.1.5"
hooks:
- id: pycln
args: ["--all"]
Expand Down Expand Up @@ -82,13 +82,13 @@ repos:
stages: [manual]

- repo: https:/codespell-project/codespell
rev: "v2.2.4"
rev: "v2.2.5"
hooks:
- id: codespell
args: ["-L", "nd,unparseable,compiletime"]

- repo: https:/shellcheck-py/shellcheck-py
rev: "v0.9.0.2"
rev: "v0.9.0.5"
hooks:
- id: shellcheck

Expand All @@ -101,7 +101,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https:/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.6"
rev: "v3.0.0-alpha.9-for-vscode"
hooks:
- id: prettier
types_or: [json]
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ author = Jason Detwiler
author_email = [email protected]
maintainer = The LEGEND Collaboration
license = GPL-3.0
license_file = LICENSE
license_files = LICENSE
classifiers =
Development Status :: 4 - Beta
Expand Down

0 comments on commit e042bf6

Please sign in to comment.