Skip to content

Commit

Permalink
chore: Drop support for Python 3.7 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jan 31, 2024
1 parent 261c767 commit b6d069e
Show file tree
Hide file tree
Showing 3 changed files with 830 additions and 624 deletions.
8 changes: 2 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,11 @@ repos:
- id: check-github-workflows

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.14
rev: v0.1.15
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

- repo: https://github.com/psf/black
rev: 24.1.1
hooks:
- id: black
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
Expand Down
Loading

0 comments on commit b6d069e

Please sign in to comment.