File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ repos:
59
59
- id : tox-ini-fmt
60
60
61
61
- repo : https://github.com/astral-sh/ruff-pre-commit
62
- rev : v0.5.6
62
+ rev : v0.6.3
63
63
hooks :
64
64
- id : ruff
65
65
args :
66
66
- --exit-non-zero-on-fix
67
67
68
68
- repo : https://github.com/streetsidesoftware/cspell-cli
69
- rev : v8.13.1
69
+ rev : v8.13.3
70
70
hooks :
71
71
- id : cspell
72
72
name : Spell check with cspell
80
80
pass_filenames : false
81
81
82
82
- repo : https://github.com/pycqa/pylint.git
83
- rev : v3.2.6
83
+ rev : v3.2.7
84
84
hooks :
85
85
- id : pylint
86
86
args :
93
93
- tox
94
94
95
95
- repo : https://github.com/pre-commit/mirrors-mypy.git
96
- rev : v1.11.1
96
+ rev : v1.11.2
97
97
hooks :
98
98
- id : mypy
99
99
additional_dependencies :
Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ def test_editable_not_local(
369
369
config = config ,
370
370
)
371
371
372
- def install_core (self : Installer ) -> None : # noqa: ARG001
372
+ def install_core (self : Installer ) -> None :
373
373
"""Don't install core.
374
374
375
375
Args:
@@ -1195,7 +1195,7 @@ def test_local_collection_without_tar_install(
1195
1195
installer .run ()
1196
1196
pre_mtime = os .lstat (config .site_pkg_collections_path / "ansible" / "posix" ).st_mtime
1197
1197
1198
- def install_local_collection (self : Installer , collection : Collection ) -> None : # noqa: ARG001
1198
+ def install_local_collection (self : Installer , collection : Collection ) -> None :
1199
1199
"""Do nothing.
1200
1200
1201
1201
Args:
You can’t perform that action at this time.
0 commit comments