Skip to content

Commit

Permalink
change(pre_commit): Bump pre-commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
radimkarnis committed Dec 6, 2023
1 parent ba8179c commit 0670e43
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
@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies: [flake8-import-order]
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/espressif/conventional-precommit-linter
rev: v1.2.1
rev: v1.4.0
hooks:
- id: conventional-precommit-linter
stages: [commit-msg]
Expand Down

0 comments on commit 0670e43

Please sign in to comment.