Skip to content

Commit

Permalink
Upgrade packages before running pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Regebro committed Jan 4, 2024
1 parent b9b5748 commit 9df23f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/regebro/pyroma
rev: '4.1'
rev: '4.2'
hooks:
- id: pyroma

0 comments on commit 9df23f3

Please sign in to comment.