Skip to content

Commit

Permalink
More reordering of precommit.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Mar 10, 2022
1 parent 2341f1b commit f114a56
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .pre-commit-config.yaml
Expand Up @@ -8,13 +8,6 @@ ci:
skip: [flake8, mypy]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: check-yaml
exclude: pymatgen/analysis/vesta_cutoffs.yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/myint/autoflake
rev: v1.4
Expand All @@ -33,6 +26,14 @@ repos:
- id: pyupgrade
args: [--py38-plus]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: check-yaml
exclude: pymatgen/analysis/vesta_cutoffs.yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
Expand Down

0 comments on commit f114a56

Please sign in to comment.