Skip to content

Commit

Permalink
Adding static holidays and removing New Year; Reverting the make file
Browse files Browse the repository at this point in the history
  • Loading branch information
Prateekshit73 committed Jan 15, 2025
1 parent eb8814c commit ff3acab
Show file tree
Hide file tree
Showing 7 changed files with 305 additions and 252 deletions.
16 changes: 8 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ doc:
sphinx-build -E -T -W -b html -D language=en -j auto -q docs/source docs/build

l10n:
python scripts/l10n/generate_po_files.py
python scripts/l10n/generate_mo_files.py
scripts/l10n/generate_po_files.py >/dev/null 2>&1
scripts/l10n/generate_mo_files.py

package:
python scripts/l10n/generate_mo_files.py
scripts/l10n/generate_mo_files.py
python -m build

pre-commit:
pre-commit run --all-files

release-notes:
@python scripts/generate_release_notes.py
@scripts/generate_release_notes.py

sbom:
@python -m cyclonedx_py requirements requirements/runtime.txt
Expand All @@ -61,12 +61,12 @@ setup:
make package

snapshot:
python scripts/l10n/generate_mo_files.py
python scripts/generate_snapshots.py
scripts/l10n/generate_mo_files.py
scripts/generate_snapshots.py

test:
python scripts/l10n/generate_mo_files.py
scripts/l10n/generate_mo_files.py
pytest --cov=. --cov-config=pyproject.toml --cov-report term --cov-report xml --durations 10 --durations-min=0.75 --dist loadscope --no-cov-on-fail --numprocesses auto

tox:
tox --parallel auto
tox --parallel auto
Loading

0 comments on commit ff3acab

Please sign in to comment.