Skip to content

Commit

Permalink
Merge pull request #271 from ajhynes7/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
ajhynes7 committed Aug 23, 2021
2 parents 3b53c07 + 01ed0f4 commit 546c001
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: check-ast
- id: check-builtin-literals
Expand All @@ -10,12 +10,12 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.5.0
rev: v2.6.0
hooks:
- id: reorder-python-imports
args: [--application-directories, ".:src"]
- repo: https://github.com/psf/black
rev: 21.5b1
rev: 21.7b0
hooks:
- id: black
args: [-S, -l 120]
Expand All @@ -38,12 +38,12 @@ repos:
- flake8-rst-docstrings==0.0.14
- flake8-unused-arguments==0.0.6
- repo: https://github.com/PyCQA/pydocstyle
rev: 6.0.0
rev: 6.1.1
hooks:
- id: pydocstyle
args: [--convention=numpy, "--add-ignore=D104,D105"]
exclude: tests|examples|conf.py
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.3.0
rev: v2.3.2
hooks:
- id: prettier

0 comments on commit 546c001

Please sign in to comment.