Skip to content

Commit

Permalink
Update pre-commit hooks (#87)
Browse files Browse the repository at this point in the history
* Update pre-commit hooks versions

* Use mirror for pre-commit Black hook

---------

Co-authored-by: Álvaro Mondéjar Rubio <mondejar1994@gmail.com>
  • Loading branch information
github-actions[bot] and mondeja authored Jan 12, 2024
1 parent 9e6a94b commit 91b231d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.15.0
hooks:
- id: pyupgrade
args:
- --py37-plus
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
name: end-of-file-fixer
- repo: https://github.com/psf/black
rev: 23.7.0
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.0
hooks:
- id: black
language_version: python3
files: \.py$
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies:
- flake8-print
- flake8-implicit-str-concat
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args:
- --filter-files
files: \.py$
- repo: https://github.com/adrienverge/yamllint
rev: v1.32.0
rev: v1.33.0
hooks:
- id: yamllint
files: .+\.(yml|yaml)
Expand Down

0 comments on commit 91b231d

Please # to comment.