mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-08-08 18:56:03 +02:00
fix(pc):
This commit is contained in:
@@ -9,7 +9,7 @@ repos:
|
||||
args: [--py311-plus]
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 23.11.0
|
||||
rev: 25.11.0
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3.11
|
||||
@@ -21,11 +21,11 @@ repos:
|
||||
language_version: python3.11
|
||||
additional_dependencies: [flake8-docstrings]
|
||||
|
||||
- repo: https://github.com/PyCQA/isort
|
||||
rev: 7.0.0
|
||||
hooks:
|
||||
- id: isort
|
||||
args: [--profile, black]
|
||||
# - repo: https://github.com/PyCQA/isort
|
||||
# rev: 7.0.0
|
||||
# hooks:
|
||||
# - id: isort
|
||||
# args: [--profile, black]
|
||||
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.5.0
|
||||
|
||||
Reference in New Issue
Block a user