Skip to content

Commit

Permalink
chg: Bump deps, drop python 3.8 (EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Oct 29, 2024
1 parent 83db1d6 commit 54c83d9
Show file tree
Hide file tree
Showing 3 changed files with 467 additions and 526 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
exclude: "tests/data"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.1
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Loading

0 comments on commit 54c83d9

Please sign in to comment.