Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .ox/oxfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
pm pip
pm pacman
recommend pip "python"
recommend pytype "good type checking"
recommend pytest
Expand All @@ -7,18 +9,12 @@ recommend black
os linux "lf" or macos "lf"
env venv # they don't always need reasons

git submodules

# and you can not recommend some:

dont os windows
dont recommend flake8

dont recommend mypy

dont env raw

dont git nosubmodules
dont env none

# this will disable automatically checking if installed:
# dont check
Loading