Skip to content

Commit

Permalink
Update pre-commit (#888)
Browse files Browse the repository at this point in the history
Co-authored-by: sean-m-sullivan <sean-m-sullivan@users.noreply.github.com>
Co-authored-by: Tom Page <tpage@redhat.com>
  • Loading branch information
3 people committed Aug 28, 2024
1 parent c949614 commit a94feff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ repos:
hooks:
- id: markdownlint-cli2
- repo: https://github.com/ambv/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
name: black
entry: black
args: [--config=.black.cfg, --check, --diff]
types: [python]
- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
name: flake8
Expand Down

0 comments on commit a94feff

Please sign in to comment.