File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2020 - id : trailing-whitespace
2121
2222 - repo : https://github.com/python-jsonschema/check-jsonschema
23- rev : 0.19.2
23+ rev : 0.21.0
2424 hooks :
2525 - id : check-github-workflows
2626
@@ -30,12 +30,12 @@ repos:
3030 - id : mdformat
3131
3232 - repo : https://github.com/psf/black
33- rev : 22.12 .0
33+ rev : 23.1 .0
3434 hooks :
3535 - id : black
3636
3737 - repo : https://github.com/charliermarsh/ruff-pre-commit
38- rev : v0.0.237
38+ rev : v0.0.242
3939 hooks :
4040 - id : ruff
4141 args : ["--fix"]
Original file line number Diff line number Diff line change @@ -95,9 +95,9 @@ test = "mypy --install-types --non-interactive {args:.}"
9595
9696[tool .hatch .envs .lint ]
9797dependencies = [
98- " black[jupyter]==22.12 .0" ,
98+ " black[jupyter]==23.1 .0" ,
9999 " mdformat>0.7" ,
100- " ruff==0.0.237 " ,
100+ " ruff==0.0.242 " ,
101101]
102102detached = true
103103[tool .hatch .envs .lint .scripts ]
@@ -178,6 +178,8 @@ ignore = [
178178" E501" ,
179179# SIM105 Use `contextlib.suppress(...)`
180180" SIM105" ,
181+ # PLR0913 Too many arguments to function call
182+ " PLR0913" ,
181183]
182184unfixable = [
183185 # Don't touch print statements
You can’t perform that action at this time.
0 commit comments