Skip to content

Commit

Permalink
ENH: Update the hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit committed May 27, 2021
1 parent 0ff8212 commit a230d5c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v4.0.0
rev: v4.0.1
hooks:
- id: trailing-whitespace
- id: check-executables-have-shebangs
Expand All @@ -25,4 +25,11 @@ repos:
- id: blacken-docs
name: Autoformat codes in docstrings with blacken-docs
additional_dependencies: [black]
args: [-t, py38, -l, "88"]
args: [-t, py38, -l, "100"]

- repo: https://github.com/codespell-project/codespell
rev: v2.0.0
hooks:
- id: codespell
name: Checks for common misspellings in text files.

0 comments on commit a230d5c

Please sign in to comment.