Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update requirements
  • Loading branch information
jarrodmillman committed Jun 27, 2023
commit 2f1834cb333dc012c7f43dd7d9806409bd24a688
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: check-toml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
Expand All @@ -29,10 +29,10 @@ repos:
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.7.0
hooks:
- id: pyupgrade
args: [--py38-plus]
args: [--py37-plus]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
hooks:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ dynamic = ["description"]


[project.optional-dependencies]
test = ["pytest >= 7.2", "pytest-cov >= 4.0"]
lint = ["pre-commit >= 3.1"]
test = ["pytest >= 7.4", "pytest-cov >= 4.1"]
lint = ["pre-commit >= 3.3"]

[project.urls]
Home = "https://scientific-python.org/specs/spec-0001/"
Expand Down