File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3737 - uses : actions/setup-python@v6
3838 with :
3939 # Build sdist on lowest supported Python
40- python-version : ' 3.9 '
40+ python-version : ' 3.10 '
4141
4242 - name : Install python requirements
4343 run : |
Original file line number Diff line number Diff line change 3535 enable-cache : true
3636 python-version : ${{ matrix.python-version }}
3737 - uses : extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
38- - run : just install
3938 - run : just lint
40- - run : just docs
41- - run : just doctest
4239 build :
4340 runs-on : ${{ matrix.os }}
4441 strategy :
Original file line number Diff line number Diff line change 22 echo ' Hello, world!'
33
44test :
5- echo ' TODO'
5+ echo ' TODO'
6+
7+ lint :
8+ uvx pre-commit run --all-files --hook-stage manual
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ version = "0.1.0"
88description = " PyMongo support for Flask applications"
99readme = " README.md"
1010license = { file =" LICENSE" }
11- requires-python = " >=3.10"
11+ requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments