Skip to content

Commit

Permalink
Merge pull request #200 from cleder/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
cleder authored Jan 15, 2024
2 parents 00e908e + b6c6d7a commit d9163f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.1.11'
rev: 'v0.1.13'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion pygeoif/feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def __repr__(self) -> str:
)

@property
def id(self) -> Optional[Union[str, int]]: # noqa: A003
def id(self) -> Optional[Union[str, int]]:
"""Return the id of the feature."""
return self._feature_id

Expand Down

0 comments on commit d9163f8

Please sign in to comment.