File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # v4.4 .0
5
+ rev : cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # v5.0 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
@@ -13,15 +13,15 @@ repos:
13
13
args : [--allow-multiple-documents]
14
14
- id : check-added-large-files
15
15
16
- - repo : https://github.com/pre-commit /mirrors-prettier
17
- rev : fc260393cc4ec09f8fc0a5ba4437f481c8b55dc1 # frozen: v3.0 .3
16
+ - repo : https://github.com/rbubley /mirrors-prettier
17
+ rev : 1463d990e0801964764a375260dca598513f3be5 # frozen: v3.3 .3
18
18
hooks :
19
19
- id : prettier
20
20
files : \.(md|rst|toml|yml|yaml)
21
21
args : [--prose-wrap=preserve]
22
22
23
23
- repo : https://github.com/astral-sh/ruff-pre-commit
24
- rev : ef9b09598d53bbcde9cd388ac73a145e67537b44 # frozen: v0.6.6
24
+ rev : 8b76f04e7e5a9cd259e9d1db7799599355f97cdf # frozen: v0.8.2
25
25
hooks :
26
26
- id : ruff
27
27
args : [--fix, --exit-non-zero-on-fix]
Original file line number Diff line number Diff line change @@ -98,6 +98,9 @@ select = [
98
98
' SIM118' ,
99
99
' SIM2'
100
100
]
101
+ ignore = [
102
+ ' UP031'
103
+ ]
101
104
102
105
[tool .spin ]
103
106
package = ' nipy'
You can’t perform that action at this time.
0 commit comments