Skip to content

Commit

Permalink
Merge branch 'main' of github.com:materialsvirtuallab/m3gnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Oct 4, 2022
2 parents d41b80a + 31ea91e commit 64fa7aa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.8.0
hooks:
- id: black-jupyter

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

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8

- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.38.2
hooks:
- id: pyupgrade
args: [--py38-plus]

- repo: https://github.com/myint/autoflake
rev: v1.4
- repo: https://github.com/PyCQA/autoflake
rev: v1.6.1
hooks:
- id: autoflake
args:
Expand All @@ -40,12 +40,12 @@ repos:
- --ignore-init-module-imports

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.960
rev: v0.981
hooks:
- id: mypy

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.3.1
rev: 1.5.2
hooks:
- id: nbqa-flake8
args: [--ignore=E402]
Expand All @@ -54,7 +54,7 @@ repos:
args: [--py38-plus]

- repo: https://github.com/kynan/nbstripout
rev: 0.6.0
rev: 0.6.1
hooks:
- id: nbstripout
args: [--drop-empty-cells, --keep-output]

0 comments on commit 64fa7aa

Please # to comment.