File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 95
95
python-version : ${{ matrix.python-version }}
96
96
- name : Run check
97
97
run : |
98
- python -m pip install flake8
99
- python -m pip install ${{ needs.constants.outputs.package_name }}==${{ needs.constants.outputs.package_version }} --index-url https://test.pypi.org/simple/
98
+ python -m pip install flake8 ${{ needs.constants.outputs.package_name }}==${{ needs.constants.outputs.package_version }} --extra-index-url https://test.pypi.org/simple/
100
99
echo '"""Docstring."""' > test_.py
101
100
flake8 test_.py
102
101
release-pypi :
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
- ## [ v1.0.2 ] - 2022-12-23
5
+ ## [ v1.0.3 ] - 2022-12-23
6
6
7
7
- Fix missing toml dependency for Python 3.10 and earlier
8
8
20
20
21
21
[ // ] : # " Release links "
22
22
[ v1.0.0 ] : https://github.com/jdkandersson/flake8-test-docs/releases/v1.0.0
23
- [ v1.0.2 ] : https://github.com/jdkandersson/flake8-test-docs/releases/v1.0.2
23
+ [ v1.0.3 ] : https://github.com/jdkandersson/flake8-test-docs/releases/v1.0.3
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " flake8-test-docs"
3
- version = " 1.0.2 "
3
+ version = " 1.0.3 "
4
4
description = " A linter that checks test docstrings for the arrange/act/assert structure"
5
5
authors = [" David Andersson <david@jdkandersson.com>" ]
6
6
license = " Apache 2.0"
You can’t perform that action at this time.
0 commit comments