Skip to content

Commit

Permalink
Bump pre-commit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioRosado committed Feb 14, 2024
1 parent 61392a4 commit abfeba7
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,31 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.10.0
rev: v2.12.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, '4']
- id: pretty-format-toml
args: [--autofix]
- repo: https://github.com/sondrelg/pep585-upgrade
rev: v1.0
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
hooks:
- id: upgrade-type-hints
args: [--futures=true]
- id: pyupgrade
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: isort
name: isort (python)
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8

0 comments on commit abfeba7

Please sign in to comment.