Skip to content

Commit

Permalink
Merge pull request #149 from jmmshn/master
Browse files Browse the repository at this point in the history
New features for pathway identification and charge barrier analysis
  • Loading branch information
shyuep authored Jan 26, 2021
2 parents 1e1e6e8 + 9a1b3dd commit 0193213
Show file tree
Hide file tree
Showing 7 changed files with 1,044 additions and 175 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ distribute-0.6.34-py2.7.egg
distribute-0.6.34.tar.gz

pymatgen_diffusion/\.vscode/

.vscode/
14 changes: 14 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: flake8
args: ["--max-line-length=120"]
- repo: https://github.com/psf/black
rev: 20.8b1 # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
Loading

0 comments on commit 0193213

Please sign in to comment.