From 80bde88a41d7ad162261ba0fb3d4e6852d54e1a0 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Wed, 1 Nov 2023 12:24:01 -0400 Subject: [PATCH] Update some boilerplate --- README.rst | 8 ++++---- tox.ini | 7 +++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 6295430..1e17696 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,10 @@ -.. image:: http://www.repostatus.org/badges/latest/active.svg - :target: http://www.repostatus.org/#active +.. image:: https://www.repostatus.org/badges/latest/active.svg + :target: https://www.repostatus.org/#active :alt: Project Status: Active — The project has reached a stable, usable state and is being actively developed. -.. image:: https://github.com/jwodder/interleave/workflows/Test/badge.svg?branch=master - :target: https://github.com/jwodder/interleave/actions?workflow=Test +.. image:: https://github.com/jwodder/interleave/actions/workflows/test.yml/badge.svg + :target: https://github.com/jwodder/interleave/actions/workflows/test.yml :alt: CI Status .. image:: https://codecov.io/gh/jwodder/interleave/branch/master/graph/badge.svg diff --git a/tox.ini b/tox.ini index 8b04b52..689f5b3 100644 --- a/tox.ini +++ b/tox.ini @@ -54,13 +54,12 @@ exclude_lines = [flake8] doctests = True -exclude = .*/,build/,dist/,test/data,venv/ -hang-closing = False +extend-exclude = build/,dist/,test/data,venv/ max-doc-length = 100 max-line-length = 80 unused-arguments-ignore-stub-functions = True -select = A,B,B902,B950,C,E,E242,F,U100,W -ignore = B005,E203,E262,E266,E501,W503 +extend-select = B901,B902,B950 +ignore = A003,B005,E203,E262,E266,E501,U101,W503 [isort] atomic = True