Skip to content

Commit

Permalink
Merge pull request #64 from CederGroupHub/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
qchempku2017 committed Oct 4, 2023
2 parents d3735d2 + 9e1a237 commit b18a07e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ repos:
args: ['--maxkb=3000']

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.9.1
hooks:
- id: black

- repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.1.0]
Expand All @@ -38,13 +38,13 @@ repos:
- --profile=black

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.13.0
hooks:
- id: pyupgrade
args: [--py38-plus]

- repo: https://github.com/PyCQA/autoflake
rev: v2.0.1
rev: v2.2.1
hooks:
- id: autoflake
args:
Expand Down Expand Up @@ -80,9 +80,9 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.6
hooks:
- id: codespell
stages: [commit, commit-msg]
exclude_types: [html]
args: [--ignore-words-list, 'nd, tread, mater, titel', --skip, "*.ipynb"]
args: [--ignore-words-list, 'nd, tread, mater, titel, atomate, Atomate', --skip, "*.ipynb"]
2 changes: 1 addition & 1 deletion docs/src/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Adding code contributions

* We recommend to only your forks *main* branch for short/easy fixes and additions.
* For more complex features, try to use a feature branch with a descriptive name.
* For very complex feautres feel free to open up a PR even before your contribution is finished with
* For very complex features feel free to open up a PR even before your contribution is finished with
[WIP] in its name, and optionally mark it as a *draft*.

#. While developing we recommend you use the pre-commit hook that is setup to ensure that your
Expand Down
2 changes: 1 addition & 1 deletion tests/test_utils/test_sparselm_estimators.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Test sparselm estimator untilities."""
"""Test sparselm estimator utilities."""
from itertools import chain

import numpy as np
Expand Down

0 comments on commit b18a07e

Please sign in to comment.