Skip to content

Commit

Permalink
core: set up standard logging module
Browse files Browse the repository at this point in the history
  • Loading branch information
lasers committed Jan 21, 2024
1 parent afed0e8 commit 5527722
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .git-hooks/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# $ git config core.hooksPath .git-hooks # (in dir) to add hooks
# $ git config --unset core.hooksPath # (in dir) to remove hooks

# nixos: skip modified screenshots.py
git checkout upstream/master -- py3status/screenshots.py
git add py3status/screenshots.py
git commit --amend --no-edit

if command -v hatch &>/dev/null; then
hatch run all
else
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ dependencies = [
"mkdocs-material>=9.4.5",
"Pillow>=3.4.2",
"fonttools==4.24.4",
]
]

0 comments on commit 5527722

Please sign in to comment.