Skip to content

Commit

Permalink
Remove darglint
Browse files Browse the repository at this point in the history
  • Loading branch information
fedejaure committed Dec 9, 2023
1 parent 529df31 commit 28b2f54
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .darglint

This file was deleted.

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed
- falke8 and flakeheaven.
- darglint.
- Python `3.8` support.

## [2.3.1] - 2023-11-18
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Testing setup with [Pytest][pytest]
* [Github Actions][github actions] ready for Continuous Integration testing
* Linting provided by [Ruff][ruff]
* Docstring linting provided by [Darglint][darglint] using the [Google Python Style Guide][google styleguide]
* Docstring using the [Google Python Style Guide][google styleguide]
* Static type checking by [Mypy][mypy]
* Formatting provided by [Black][black] and [Isort][isort]
* Checks dependencies for known security vulnerabilities with [Safety][safety]
Expand Down Expand Up @@ -80,7 +80,6 @@ This cookiecutter was built for learning purpose and inspired by:
[ruff]: https://github.com/astral-sh/ruff
[isort]: https://github.com/timothycrosley/isort
[black]: https://github.com/psf/black
[darglint]: https://github.com/terrencepreilly/darglint
[mypy]: https://github.com/python/mypy
[pre-commit]: https://pre-commit.com/
[safety]: https://github.com/pyupio/safety
Expand Down
2 changes: 0 additions & 2 deletions {{cookiecutter.project_name}}/.darglint

This file was deleted.

0 comments on commit 28b2f54

Please sign in to comment.