Skip to content

Commit

Permalink
update infra
Browse files Browse the repository at this point in the history
  • Loading branch information
tandav committed Feb 23, 2024
1 parent 367eb01 commit 50644b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
- id: add-trailing-comma

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade

Expand All @@ -37,12 +37,12 @@ repos:
# - id: autopep8

- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
rev: v2.3.0
hooks:
- id: autoflake

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.14
rev: v0.2.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ dependencies = [
[project.optional-dependencies]
dev = [
"bumpver==2023.1129",
"hypothesis==6.98.1",
"pre-commit==3.6.0",
"pytest==7.4.4",
"pytest-asyncio==0.23.4",
"hypothesis==6.98.8",
"pre-commit==3.6.2",
"pytest==8.0.1",
"pytest-asyncio==0.23.5",
"pytest-cov==4.1.0", # https://github.com/pytest-dev/pytest/issues/11868#issuecomment-1913516238
]

Expand Down

0 comments on commit 50644b0

Please sign in to comment.