Skip to content

Commit 49f3bfd

Browse files
chore: pre-commit autoupdate (#250)
* chore: pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.6.3](astral-sh/ruff-pre-commit@v0.5.6...v0.6.3) - [github.com/streetsidesoftware/cspell-cli: v8.13.1 → v8.13.3](streetsidesoftware/cspell-cli@v8.13.1...v8.13.3) - [github.com/pycqa/pylint.git: v3.2.6 → v3.2.7](https://github.com/pycqa/pylint.git/compare/v3.2.6...v3.2.7) - [github.com/pre-commit/mirrors-mypy.git: v1.11.1 → v1.11.2](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.11.1...v1.11.2) * chore: auto fixes from pre-commit.com hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
1 parent cff4a55 commit 49f3bfd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ repos:
5959
- id: tox-ini-fmt
6060

6161
- repo: https://github.com/astral-sh/ruff-pre-commit
62-
rev: v0.5.6
62+
rev: v0.6.3
6363
hooks:
6464
- id: ruff
6565
args:
6666
- --exit-non-zero-on-fix
6767

6868
- repo: https://github.com/streetsidesoftware/cspell-cli
69-
rev: v8.13.1
69+
rev: v8.13.3
7070
hooks:
7171
- id: cspell
7272
name: Spell check with cspell
@@ -80,7 +80,7 @@ repos:
8080
pass_filenames: false
8181

8282
- repo: https://github.com/pycqa/pylint.git
83-
rev: v3.2.6
83+
rev: v3.2.7
8484
hooks:
8585
- id: pylint
8686
args:
@@ -93,7 +93,7 @@ repos:
9393
- tox
9494

9595
- repo: https://github.com/pre-commit/mirrors-mypy.git
96-
rev: v1.11.1
96+
rev: v1.11.2
9797
hooks:
9898
- id: mypy
9999
additional_dependencies:

tests/unit/test_installer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def test_editable_not_local(
369369
config=config,
370370
)
371371

372-
def install_core(self: Installer) -> None: # noqa: ARG001
372+
def install_core(self: Installer) -> None:
373373
"""Don't install core.
374374
375375
Args:
@@ -1195,7 +1195,7 @@ def test_local_collection_without_tar_install(
11951195
installer.run()
11961196
pre_mtime = os.lstat(config.site_pkg_collections_path / "ansible" / "posix").st_mtime
11971197

1198-
def install_local_collection(self: Installer, collection: Collection) -> None: # noqa: ARG001
1198+
def install_local_collection(self: Installer, collection: Collection) -> None:
11991199
"""Do nothing.
12001200
12011201
Args:

0 commit comments

Comments
 (0)