Skip to content

Commit 80bde88

Browse files
committed
Update some boilerplate
1 parent 821f7b0 commit 80bde88

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
.. image:: http://www.repostatus.org/badges/latest/active.svg
2-
:target: http://www.repostatus.org/#active
1+
.. image:: https://www.repostatus.org/badges/latest/active.svg
2+
:target: https://www.repostatus.org/#active
33
:alt: Project Status: Active — The project has reached a stable, usable
44
state and is being actively developed.
55

6-
.. image:: https://github.com/jwodder/interleave/workflows/Test/badge.svg?branch=master
7-
:target: https://github.com/jwodder/interleave/actions?workflow=Test
6+
.. image:: https://github.com/jwodder/interleave/actions/workflows/test.yml/badge.svg
7+
:target: https://github.com/jwodder/interleave/actions/workflows/test.yml
88
:alt: CI Status
99

1010
.. image:: https://codecov.io/gh/jwodder/interleave/branch/master/graph/badge.svg

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,12 @@ exclude_lines =
5454

5555
[flake8]
5656
doctests = True
57-
exclude = .*/,build/,dist/,test/data,venv/
58-
hang-closing = False
57+
extend-exclude = build/,dist/,test/data,venv/
5958
max-doc-length = 100
6059
max-line-length = 80
6160
unused-arguments-ignore-stub-functions = True
62-
select = A,B,B902,B950,C,E,E242,F,U100,W
63-
ignore = B005,E203,E262,E266,E501,W503
61+
extend-select = B901,B902,B950
62+
ignore = A003,B005,E203,E262,E266,E501,U101,W503
6463

6564
[isort]
6665
atomic = True

0 commit comments

Comments
 (0)