Skip to content

Commit

Permalink
Add changelog fragment for 154
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDrike committed Jul 16, 2023
1 parent 60b019d commit 0b49d66
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions changes/154.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Enforce various new ruff linter rules:

- **PGH:** pygrep-hooks (replaces pre-commit version)
- **PL:** pylint (bunch of typing related linter rules)
- **UP:** pyupgrade (forces use of the newest possible standards, depending on target version)
- **RET:** flake8-return (various linter rules related to function returns)
- **Q:** flake8-quotes (always use double quotes)
- **ASYNC:** flake8-async (report blocking operations in async functions)
- **INT:** flake-gettext (gettext related linting rules)
- **PTH:** flake8-use-pathlib (always prefer pathlib alternatives to the os ones)
- **RUF:** ruff custom rules (various additional rules created by the ruff linter team)

0 comments on commit 0b49d66

Please # to comment.