File tree Expand file tree Collapse file tree 6 files changed +66
-841
lines changed Expand file tree Collapse file tree 6 files changed +66
-841
lines changed Original file line number Diff line number Diff line change 4848 - " 3.9"
4949 - " 3.10"
5050 - " 3.11"
51+ env :
52+ - " test-flake85"
53+ - " test-flake86"
5154 steps :
5255 - uses : actions/checkout@v3
5356 - name : Set up Python ${{ matrix.python-version }}
5760 - name : Install tox
5861 run : python -m pip install tox
5962 - name : Run testing
60- run : tox -e test
63+ run : tox -e ${{ matrix.env }}
64+ tests-passed :
65+ name : Tests Passed
66+ runs-on : ubuntu-latest
67+ needs :
68+ - test
69+ steps :
70+ - run : echo tests passed
6171 release-test-pypi :
6272 runs-on : ubuntu-latest
6373 if : startsWith(github.ref, 'refs/tags/')
Original file line number Diff line number Diff line change @@ -127,3 +127,6 @@ dmypy.json
127127
128128# Pyre type checker
129129.pyre /
130+
131+ # Don't commit lock file
132+ poetry.lock
Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ v1.0.8] - 2023-01-04
6+
7+ ### Added
8+
9+ - Support for flake8 version 5
10+
511## [ v1.0.7] - 2022-12-29
612
713### Fixed
3844[ v1.0.5 ] : https://github.com/jdkandersson/flake8-test-docs/releases/v1.0.5
3945[ v1.0.6 ] : https://github.com/jdkandersson/flake8-test-docs/releases/v1.0.6
4046[ v1.0.7 ] : https://github.com/jdkandersson/flake8-test-docs/releases/v1.0.7
47+ [ v1.0.8 ] : https://github.com/jdkandersson/flake8-test-docs/releases/v1.0.8
You can’t perform that action at this time.
0 commit comments