Skip to content

Commit

Permalink
Merge pull request #733 from lukpueh/bump-pre-commit-config
Browse files Browse the repository at this point in the history
Update precommit plugins to match dev requirements
  • Loading branch information
jku authored Feb 14, 2024
2 parents f19915e + 009205a commit 8be7320
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
# See https://pre-commit.com for details.
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.2.0
hooks:
- id: black
args: ["."]

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["."]

0 comments on commit 8be7320

Please sign in to comment.