mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Removed Django Framework
This commit is contained in:
40
.pre-commit-config.yaml
vendored
40
.pre-commit-config.yaml
vendored
@@ -1,31 +1,21 @@
|
||||
repos:
|
||||
# Meta housekeeping to keep pre-commit operating correctly
|
||||
- repo: meta
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.3.0
|
||||
hooks:
|
||||
- id: check-hooks-apply
|
||||
- id: check-useless-excludes
|
||||
|
||||
# General housekeeping and auto-fixers
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v1.3.0
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
- id: check-yaml
|
||||
- id: check-added-large-files
|
||||
- repo: https://github.com/fsouza/autoflake8
|
||||
rev: v0.4.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
|
||||
# Python import formatting
|
||||
- repo: https://github.com/asottile/seed-isort-config
|
||||
rev: v1.9.3
|
||||
hooks:
|
||||
- id: seed-isort-config
|
||||
|
||||
- repo: https://github.com/timothycrosley/isort
|
||||
rev: 4.3.21-2
|
||||
- id: autoflake8
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 5.10.1
|
||||
hooks:
|
||||
- id: isort
|
||||
additional_dependencies: ["toml"]
|
||||
|
||||
# Python code formatting
|
||||
- repo: https://github.com/psf/black
|
||||
rev: stable
|
||||
name: isort (python)
|
||||
- repo: https://github.com/ambv/black
|
||||
rev: 22.10.0
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3.8
|
||||
- id: black
|
||||
|
||||
Reference in New Issue
Block a user