Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: pre-commit autoupdate #170

Merged
merged 2 commits into from
Sep 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ repos:
hooks:
- id: check-useless-excludes
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.276"
rev: "v0.0.287"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
rev: v3.0.0-alpha.9-for-vscode
rev: v3.0.3
hooks:
- id: prettier
always_run: true
Expand All @@ -29,12 +29,12 @@ repos:
- prettier-plugin-toml
- prettier-plugin-sort-json
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pycqa/flake8.git
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
language_version: python3
Expand All @@ -45,7 +45,7 @@ repos:
- flake8-pytest-style>=1.7.2
- flake8-future-annotations>=0.0.3
- repo: https://github.com/pycqa/pylint
rev: v3.0.0a6
rev: v3.0.0a7
hooks:
- id: pylint
args:
Expand All @@ -54,7 +54,7 @@ repos:
- ansible-core
- pytest
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.5.1
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand All @@ -64,7 +64,7 @@ repos:
- ansible-core
- types-pkg_resources
- repo: https://github.com/jazzband/pip-tools
rev: 6.14.0
rev: 7.3.0
hooks:
- id: pip-compile
name: lock
Expand Down