Removed Django Framework

This commit is contained in:
th3r00t
2022-11-13 01:19:44 -05:00
parent ece13b3492
commit 6fb757cc31
743 changed files with 15 additions and 275699 deletions

View File

@@ -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