Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Oct 3, 2023
1 parent 3f7ae74 commit dc6670d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ repos:
- id: text-unicode-replacement-char

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.287"
rev: "v0.0.292"
hooks:
- id: ruff
args:
- --fix

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
additional_dependencies: [toml]
Expand Down
2 changes: 1 addition & 1 deletion src/cosmology/api/compat/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__all__: list[str] = []


class CosmologyWrapper(Cosmology[Array, InputT], Protocol): # type: ignore[misc] # noqa: E501
class CosmologyWrapper(Cosmology[Array, InputT], Protocol): # type: ignore[misc]
"""The standard for ``Cosmology`` compatability wrappers.
This is a protocol class that defines an API standard. It is not intended to
Expand Down

0 comments on commit dc6670d

Please sign in to comment.