build(deps): bump ruff to v0.0.264

This commit is contained in:
Nathaniel Landau
2023-05-05 13:14:03 -04:00
parent 2e61a92ad1
commit dbf1cc8e13
4 changed files with 24 additions and 24 deletions

View File

@@ -5,7 +5,7 @@ default_stages: [commit, manual]
fail_fast: true
repos:
- repo: "https://github.com/commitizen-tools/commitizen"
rev: v2.42.1
rev: 3.2.1
hooks:
- id: commitizen
- id: commitizen-branch
@@ -54,14 +54,14 @@ repos:
types: [python]
- repo: "https://github.com/adrienverge/yamllint.git"
rev: v1.30.0
rev: v1.31.0
hooks:
- id: yamllint
files: ^.*\.(yaml|yml)$
entry: yamllint --strict --config-file .yamllint.yml
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
rev: "v0.0.260"
rev: "v0.0.264"
hooks:
- id: ruff
args: ["--extend-ignore", "I001,D301,D401"]