Pre-commit autoupdate

This commit is contained in:
Hugo Osvaldo Barrera 2024-02-20 15:08:34 +01:00
parent 31816dc652
commit 055ed120dd

View file

@ -9,7 +9,7 @@ repos:
- id: check-added-large-files - id: check-added-large-files
- id: debug-statements - id: debug-statements
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: "24.1.1" rev: "24.2.0"
hooks: hooks:
- id: black - id: black
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
@ -23,7 +23,7 @@ repos:
- types-requests - types-requests
- types-atomicwrites - types-atomicwrites
- repo: https://github.com/charliermarsh/ruff-pre-commit - repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.1.15' rev: 'v0.2.2'
hooks: hooks:
- id: ruff - id: ruff
args: [--fix, --exit-non-zero-on-fix] args: [--fix, --exit-non-zero-on-fix]