Skip to content

Commit

Permalink
Upgrade pyupgrade minimum to 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 16, 2024
1 parent ecdfca2 commit f8fb9a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
rev: v3.18.0
hooks:
- id: pyupgrade
args: [--py38-plus]
args: [--py39-plus]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.10.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion src/travertino/declaration.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from collections import defaultdict
from typing import Mapping, Sequence
from collections.abc import Mapping, Sequence
from warnings import filterwarnings, warn

from .colors import color
Expand Down

0 comments on commit f8fb9a4

Please sign in to comment.