Skip to content
Snippets Groups Projects
Commit b978a74a authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[pre-commit] Update

parent 95610ea5
Branches
Tags
No related merge requests found
Pipeline #87036 failed
...@@ -6,19 +6,19 @@ ...@@ -6,19 +6,19 @@
# See https://pre-commit.com/hooks.html for more hooks # See https://pre-commit.com/hooks.html for more hooks
repos: repos:
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.3 rev: v0.4.3
hooks: hooks:
- id: ruff - id: ruff
args: [ --fix ] args: [ --fix ]
- id: ruff-format - id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0 rev: v1.10.0
hooks: hooks:
- id: mypy - id: mypy
args: [ --install-types, --non-interactive, --no-strict-optional, --ignore-missing-imports ] args: [ --install-types, --non-interactive, --no-strict-optional, --ignore-missing-imports ]
exclude: '^.*/data/second_config\.py$' exclude: '^.*/data/second_config\.py$'
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 rev: v4.6.0
hooks: hooks:
- id: check-ast - id: check-ast
- id: check-added-large-files - id: check-added-large-files
...@@ -31,6 +31,6 @@ repos: ...@@ -31,6 +31,6 @@ repos:
- id: end-of-file-fixer - id: end-of-file-fixer
- id: debug-statements - id: debug-statements
- repo: https://github.com/fsfe/reuse-tool - repo: https://github.com/fsfe/reuse-tool
rev: v3.0.1 rev: v3.0.2
hooks: hooks:
- id: reuse - id: reuse
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment