Skip to content

Commit 9f21f1d

Browse files
committed
💄 update project static information
1 parent 350ebcc commit 9f21f1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [Ubuntu]
14-
python_version: ["3.9.16"]
14+
python_version: ["3.9.24"]
1515

1616
steps:
1717
- uses: actions/checkout@v2

lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pip install flake8
2-
flake8 --exclude=.moban.d,docs,setup.py --builtins=unicode,xrange,long . && python setup.py checkdocs
2+
flake8 --exclude=.venv,.moban.d,docs,setup.py --builtins=unicode,xrange,long . && python setup.py checkdocs

0 commit comments

Comments
 (0)