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

Commit

Permalink
Update skeleton documentation to reflect black adoption.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed May 16, 2019
1 parent d4c65e6 commit 79733f0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions skeleton.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ The features/techniques employed by the skeleton include:
- setuptools declarative configuration using setup.cfg
- tox for running tests
- A README.rst as reStructuredText with some popular badges, but with readthedocs and appveyor badges commented out
- A CHANGES.rst file intended for publishing release notes about the project.
- A CHANGES.rst file intended for publishing release notes about the project
- Use of [black](https://black.readthedocs.io/en/stable/) for code formatting (disabled on unsupported Python 3.5 and earlier)

## Packaging Conventions

Expand Down Expand Up @@ -97,8 +98,8 @@ A pytest.ini is included to define common options around running tests. In parti

Relies a .flake8 file to correct some default behaviors:

- allow tabs for indentation (legacy for jaraco projects)
- disable mutually incompatible rules W503 and W504.
- disable mutually incompatible rules W503 and W504
- support for black format

## Continuous Integration

Expand Down

0 comments on commit 79733f0

Please sign in to comment.