Skip to content

Commit

Permalink
chore: Update pre-commit tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomke committed Sep 19, 2023
1 parent 3eb9b63 commit f16e096
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,14 +1,14 @@
repos:
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/timothycrosley/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://gitlab.com/pycqa/flake8
rev: 4.0.1
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
hooks:
- id: flake8
language_version: python3.10
Expand Down

0 comments on commit f16e096

Please sign in to comment.