pssecret-server/.pre-commit-config.yaml
Ivan Golikov d5fe39f2cc Rename project to pssecret
Update of pre-commit configuration
2024-12-25 12:40:57 +01:00

28 lines
627 B
YAML

repos:
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
- id: black
language_version: python3.11
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pycqa/flake8
rev: 7.1.1
hooks:
- id: flake8
args: [--config, .flake8]
additional_dependencies:
- flake8-bugbear
- flake8-comprehensions
- flake8-simplify
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
name: isort