Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
repos:
- repo: https://github.com/miki725/importanize
rev: '0.8.0-alpha1'
rev: '0.8.0-alpha2'
hooks:
- id: importanize
language_version: python3

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 25.9.0
hooks:
- id: black
language_version: python3

- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 7.3.0
hooks:
- id: flake8
exclude: deployment/roles
Expand All @@ -24,7 +24,7 @@ repos:
- flake8-debugger

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v6.0.0
hooks:
- id: check-added-large-files
- id: check-builtin-literals
Expand Down
Loading