Skip to content

Commit

Permalink
The New Computer Update
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Jan 4, 2024
1 parent 576fae7 commit c5ad2b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .git-blame-ignore-revs

This file was deleted.

6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ cover/
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repos:
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
# Using this mirror lets us use mypyc-compiled black, which is 2x faster
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.10.1
hooks:
Expand All @@ -12,4 +12,4 @@ repos:
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
- id: isort

0 comments on commit c5ad2b6

Please sign in to comment.