Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Update some boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Nov 1, 2023
1 parent 71215ce commit d283081
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
state but is no longer being actively developed; support/maintenance
will be provided as time allows.

.. image:: https://github.com/jwodder/gamdam/workflows/Test/badge.svg?branch=master
:target: https://github.com/jwodder/gamdam/actions?workflow=Test
.. image:: https://github.com/jwodder/gamdam/actions/workflows/test.yml/badge.svg
:target: https://github.com/jwodder/gamdam/actions/workflows/test.yml
:alt: CI Status

.. image:: https://codecov.io/gh/jwodder/gamdam/branch/master/graph/badge.svg
Expand Down
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,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

per-file-ignores =
test/*.py:B950
Expand Down

0 comments on commit d283081

Please sign in to comment.