We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f513a8 commit de39739Copy full SHA for de39739
.github/workflows/cicd.yaml
@@ -12,7 +12,7 @@ on:
12
branches:
13
- "**"
14
schedule:
15
- - cron: "20 4 * * 0"
+ - cron: "20 16 * * 0"
16
release:
17
types: [created]
18
.github/workflows/codeql.yaml
Makefile
@@ -93,11 +93,11 @@ changelog:
93
##
94
.PHONY: clean
95
clean:
96
- rm -rf .pytest_cache .cache \
+ rm -rf .mypy_cache .pytest_cache .cache \
97
build/ dist/ python_cmethods.egg-info \
98
docs/_build \
99
examples/.ipynb_checkpoints .ipynb_checkpoints \
100
- .mypy_cache .pytest_cache
+ doc/_build
101
102
rm -f .coverage cmethods/_version.py
103
0 commit comments