Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#215)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.0](astral-sh/ruff-pre-commit@v0.7.4...v0.8.0)

* [pre-commit.ci] auto fixes from pre-commit hooks

For more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Nov 25, 2024
1 parent 86d99df commit 2c7b9ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
# Ruff is a code style and formatter
# It works on files in-place
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.0
hooks:
- id: ruff
args:
Expand Down
10 changes: 5 additions & 5 deletions entities_service/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
EntityType = get_args(Entity)

__all__ = (
"GENERIC_NAMESPACE_URI_REGEX",
"NO_GROUPS_SEMVER_REGEX",
"SEMVER_REGEX",
"URI_REGEX",
"Entity",
"EntityNamespaceType",
"EntityNameType",
"EntityNamespaceType",
"EntityType",
"EntityVersionType",
"GENERIC_NAMESPACE_URI_REGEX",
"get_updated_version",
"get_uri",
"get_version",
"NO_GROUPS_SEMVER_REGEX",
"SEMVER_REGEX",
"soft_entity",
"URI_REGEX",
)


Expand Down

0 comments on commit 2c7b9ec

Please sign in to comment.