Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 22.1.0 → 23.12.1](psf/black@22.1.0...23.12.1)
- [github.com/asottile/pyupgrade: v2.31.0 → v3.15.0](asottile/pyupgrade@v2.31.0...v3.15.0)
- [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
- [github.com/flakeheaven/flakeheaven: 0.11.0 → 3.3.0](flakeheaven/flakeheaven@0.11.0...3.3.0)
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.1.0...v4.5.0)
- [github.com/Lucas-C/pre-commit-hooks: v1.1.13 → v1.5.4](Lucas-C/pre-commit-hooks@v1.1.13...v1.5.4)
  • Loading branch information
pre-commit-ci[bot] authored Jan 1, 2024
1 parent 0416208 commit 91abcc2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,39 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 23.12.1
hooks:
- id: black

- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py36-plus]

- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
additional_dependencies: [toml]

- repo: https://github.com/flakeheaven/flakeheaven
rev: 0.11.0
rev: 3.3.0
hooks:
- id: flakeheaven
additional_dependencies:
- flake8-bugbear
- flake8-comprehensions

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.13
rev: v1.5.4
hooks:
- id: forbid-crlf
exclude: docs/make.bat
Expand Down

0 comments on commit 91abcc2

Please sign in to comment.