Skip to content

Commit 3ba01e4

Browse files
authored
[INF] Update pre-commit hook revs (#846)
* [INF] update rev fields and remove mutable rev fields from pre-commit * [DOC] add pre-commit hooks update to changelog
1 parent 03a51a9 commit 3ba01e4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v2.4.0
5+
rev: v4.0.1
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- repo: https://github.com/psf/black
12-
rev: 19.10b0
12+
rev: 21.7b0
1313
hooks:
1414
- id: black
1515
args: [-l 79]
1616
- repo: https://github.com/kynan/nbstripout
17-
rev: master
17+
rev: 0.5.0
1818
hooks:
1919
- id: nbstripout
2020
files: ".ipynb"
2121
- repo: https://github.com/econchick/interrogate
22-
rev: 1.1.5
22+
rev: 1.4.0
2323
hooks:
2424
- id: interrogate
2525
args: [-c, pyproject.toml]
2626
- repo: https://github.com/terrencepreilly/darglint
27-
rev: master
27+
rev: v1.8.0
2828
hooks:
2929
- id: darglint
3030
args: [-v 2] # this config makes the error messages a bit less cryptic.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## [Unreleased]
4+
- [INF] Update pre-commit hooks and remove mutable references. Issue #844. @loganthomas
45
- [INF] Add GitHub Release pointer to auto-release script. Issue #818. @loganthomas
56

67
## [v0.21.0] - 2021-07-16

0 commit comments

Comments
 (0)