Skip to content

Commit

Permalink
Merge branch 'main' into use-new-only
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Dec 22, 2022
2 parents d5606f3 + 6e0f331 commit 484d3de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
path: ~/.cache/pip
key: pip-test-${{ matrix.python-version }}-${{ matrix.os }}
- name: Install dependencies
run: pip install .[test] coverage[toml] coveralls
run: pip install .[test] coveralls coverage[toml]
- name: Test with pytest
run: coverage run -m pytest
- name: Upload Coverage
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -21,13 +21,13 @@ repos:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.0
rev: v3.3.1
hooks:
- id: pyupgrade
args: ["--py37-plus", "--keep-runtime-typing"]

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
exclude: "tests/test_catch_py311.py"
Expand Down

0 comments on commit 484d3de

Please sign in to comment.