Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NiceAesth committed Apr 10, 2024
2 parents 5521637 + 3b515a8 commit 2941f54
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 @@ -15,7 +15,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py37-plus, --keep-runtime-typing]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ toml = "^0.10.2"
types-toml = "^0.10.8.1"
sphinx = "^7.0.0"
furo = "^2024.0.0"
pytest-cov = "^4.0.0"
pytest-cov = "^5.0.0"
black = { version = "^24.0.0", allow-prereleases = true }
pre-commit = "^3.2.2"

Expand Down

0 comments on commit 2941f54

Please sign in to comment.