Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
[IMP] pre-commit: update some hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jairo Llopis committed Jan 24, 2020
1 parent b90b2a1 commit bb15a90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sample_files/pre-commit-13.0/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/psf/black
rev: 19.3b0
rev: 19.10b0
hooks:
- id: black
- repo: https://github.com/prettier/prettier
Expand All @@ -33,15 +33,15 @@ repos:
- "@prettier/plugin-xml@0.5.0"
files: \.xml$
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v6.5.1
rev: v6.8.0
hooks:
- id: eslint
verbose: true
args:
- --color
- --fix
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v2.4.0
hooks:
- id: trailing-whitespace
# exclude autogenerated files
Expand Down Expand Up @@ -82,11 +82,11 @@ repos:
args: ["--rcfile=.pylintrc-mandatory"]
additional_dependencies: ["pylint-odoo==3.0.3"]
- repo: https://github.com/asottile/pyupgrade
rev: v1.24.0
rev: v1.26.2
hooks:
- id: pyupgrade
- repo: https://github.com/asottile/seed-isort-config
rev: v1.9.3
rev: v1.9.4
hooks:
- id: seed-isort-config
- repo: https://github.com/pre-commit/mirrors-isort
Expand Down

0 comments on commit bb15a90

Please sign in to comment.