Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Apr 24, 2024
2 parents 1f0905e + f8c991b commit 30cc809
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -4,12 +4,12 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.0
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.4.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -34,7 +34,7 @@ tests-mypy = [
'pytest-mypy-plugins; platform_python_implementation == "CPython" and python_version >= "3.8"',
# Since the mypy error messages keep changing, we have to keep updating this
# pin.
'mypy>=1.6; platform_python_implementation == "CPython" and python_version >= "3.8"',
'mypy>=1.6,<1.10; platform_python_implementation == "CPython" and python_version >= "3.8"',
]
tests = [
# For regression test to ensure cloudpickle compat doesn't break.
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -92,7 +92,7 @@ commands = towncrier build --version main --draft

[testenv:pyright]
extras = tests
deps = pyright
deps = pyright<1.1.359
commands = pytest tests/test_pyright.py -vv


Expand Down

0 comments on commit 30cc809

Please sign in to comment.