Skip to content

Commit

Permalink
Merge pull request #14 from Tecnativa/fix-ci-pre-commit
Browse files Browse the repository at this point in the history
[DCK] pre-commit dependences updated
  • Loading branch information
pedrobaeza committed Feb 5, 2024
2 parents a4e0d28 + b63269d commit de4bd85
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
language: fail
files: "\\.rej$"
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.2.1
rev: v3.0.3
hooks:
- id: prettier
additional_dependencies:
Expand All @@ -20,7 +20,7 @@ repos:
args:
- --plugin=@prettier/plugin-xml
- repo: https://github.com/myint/autoflake
rev: v1.4
rev: v2.2.1
hooks:
- id: autoflake
args:
Expand All @@ -31,21 +31,21 @@ repos:
- --remove-duplicate-keys
- --remove-unused-variables
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.4
rev: v3.13.0
hooks:
- id: pyupgrade
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/timothycrosley/isort
rev: 5.7.0
rev: 5.12.0
hooks:
- id: isort
args:
- --settings=.
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
hooks:
- &flake8
id: flake8
Expand All @@ -60,7 +60,7 @@ repos:
- --extend-ignore=F401
files: /__init__\.py$
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.4.0
hooks:
- id: check-added-large-files
args:
Expand Down

0 comments on commit de4bd85

Please sign in to comment.