File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v2.4.0
5
+ rev : v4.0.1
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
9
9
- id : check-yaml
10
10
- id : check-added-large-files
11
11
- repo : https://github.com/psf/black
12
- rev : 19.10b0
12
+ rev : 21.7b0
13
13
hooks :
14
14
- id : black
15
15
args : [-l 79]
16
16
- repo : https://github.com/kynan/nbstripout
17
- rev : master
17
+ rev : 0.5.0
18
18
hooks :
19
19
- id : nbstripout
20
20
files : " .ipynb"
21
21
- repo : https://github.com/econchick/interrogate
22
- rev : 1.1.5
22
+ rev : 1.4.0
23
23
hooks :
24
24
- id : interrogate
25
25
args : [-c, pyproject.toml]
26
26
- repo : https://github.com/terrencepreilly/darglint
27
- rev : master
27
+ rev : v1.8.0
28
28
hooks :
29
29
- id : darglint
30
30
args : [-v 2] # this config makes the error messages a bit less cryptic.
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ Unreleased]
4
+ - [ INF] Update pre-commit hooks and remove mutable references. Issue #844 . @loganthomas
4
5
- [ INF] Add GitHub Release pointer to auto-release script. Issue #818 . @loganthomas
5
6
6
7
## [ v0.21.0] - 2021-07-16
You can’t perform that action at this time.
0 commit comments