Skip to content

Commit

Permalink
Remove pyupgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
xymy committed Dec 9, 2023
1 parent a51b36e commit 4d45a30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ repos:
- id: fix-byte-order-marker
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
hooks:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Removed `glob_scanner()` and `glob_filter()` functions.

### Linting

- Removed `pyupgrade`.

### Testing

- Preferred `exclude_also` over `exclude_lines` for `coverage`.
Expand Down

0 comments on commit 4d45a30

Please sign in to comment.