Compare commits
No commits in common. "f605ea9f55df7b0e60f4e92fa0db22739d2b007d" and "41029bfbc9f16a2f74f46d6724349b8256fc4f68" have entirely different histories.
f605ea9f55
...
41029bfbc9
8 changed files with 1 additions and 9 deletions
|
|
@ -27,7 +27,7 @@ repos:
|
||||||
args: [--target-version, "6.0"]
|
args: [--target-version, "6.0"]
|
||||||
|
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.15.8
|
rev: v0.15.5
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff-check
|
- id: ruff-check
|
||||||
args: ["--fix", "--exit-non-zero-on-fix"]
|
args: ["--fix", "--exit-non-zero-on-fix"]
|
||||||
|
|
|
||||||
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
|
@ -10,7 +10,6 @@
|
||||||
"buildx",
|
"buildx",
|
||||||
"chatbadge",
|
"chatbadge",
|
||||||
"chatbadgeset",
|
"chatbadgeset",
|
||||||
"chzzk",
|
|
||||||
"collectstatic",
|
"collectstatic",
|
||||||
"colorama",
|
"colorama",
|
||||||
"createsuperuser",
|
"createsuperuser",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
from django.apps import AppConfig
|
|
||||||
|
|
||||||
|
|
||||||
class ChzzkConfig(AppConfig):
|
|
||||||
"""Config for chzzk app."""
|
|
||||||
|
|
||||||
name = "chzzk"
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue