Skip to content

Commit

Permalink
docs(CHANGES): Note linting improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Feb 6, 2024
1 parent ecbe1dd commit 7a5649d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ $ pip install --user --upgrade --pre gp-libs

- _Add your latest changes from PRs here_

### Development

- Strengthen linting (#31)

- Add flake8-commas (COM)

- https://docs.astral.sh/ruff/rules/#flake8-commas-com
- https://pypi.org/project/flake8-commas/

- Add flake8-builtins (A)

- https://docs.astral.sh/ruff/rules/#flake8-builtins-a
- https://pypi.org/project/flake8-builtins/

## gp-libs 0.0.6post0 (2024-02-01)

### Packaging
Expand Down

0 comments on commit 7a5649d

Please sign in to comment.