Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#211)
Browse files Browse the repository at this point in the history
* chore: pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.4](astral-sh/ruff-pre-commit@v0.1.1...v0.1.4)
- [github.com/psf/black: 23.10.0 → 23.10.1](psf/black@23.10.0...23.10.1)
- [github.com/python-jsonschema/check-jsonschema: 0.27.0 → 0.27.1](python-jsonschema/check-jsonschema@0.27.0...0.27.1)
- [github.com/jsh9/pydoclint: 0.3.7 → 0.3.8](jsh9/pydoclint@0.3.7...0.3.8)

* Bump allowed ruff version

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kate Case <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and Qalthos authored Nov 28, 2023
1 parent dc35190 commit f6d8ee5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
hooks:
- id: remove-tabs
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.1"
rev: "v0.1.4"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -46,7 +46,7 @@ repos:
- prettier-plugin-toml
- prettier-plugin-sort-json
- repo: https://github.com/psf/black
rev: 23.10.0
rev: 23.10.1
hooks:
- id: black
language_version: python3
Expand All @@ -56,11 +56,11 @@ repos:
- id: cspell
name: Spell check with cspell
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.0
rev: 0.27.1
hooks:
- id: check-github-workflows
- repo: https://github.com/jsh9/pydoclint
rev: 0.3.7
rev: 0.3.8
hooks:
- id: pydoclint
args:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ addopts = ["--tb=native"]
markers = ["old", "unit", "requires_ansible_v2"]

[tool.ruff]
required-version = "0.1.1"
required-version = "0.1.4"
select = ["ALL"]
ignore = [
"E501", # we use black
Expand Down

0 comments on commit f6d8ee5

Please sign in to comment.