File tree Expand file tree Collapse file tree 6 files changed +61
-797
lines changed
Expand file tree Collapse file tree 6 files changed +61
-797
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.2] - 2023-01-04
6+
7+ ### Added
8+
9+ - Support for flake8 version 5
10+
511## [ v1.0.1] - 2023-01-03
612
713### Fixed
814
915- Fixed definition of a section start to be a non-empty line rather than based
10- on whether it has a named header like
16+ on whether it has a named header
1117
1218## [ v1.0.0] - 2023-01-02
1319
7177[ // ] : # " Release links "
7278[ v1.0.0 ] : https://github.com/jdkandersson/flake8-docstrings-complete/releases/v1.0.0
7379[ v1.0.1 ] : https://github.com/jdkandersson/flake8-docstrings-complete/releases/v1.0.1
80+ [ v1.0.2 ] : https://github.com/jdkandersson/flake8-docstrings-complete/releases/v1.0.2
You can’t perform that action at this time.
0 commit comments