Skip to content

Commit

Permalink
Merge pull request #300 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 committed Jan 15, 2024
2 parents 3c19073 + 04cb130 commit e234369
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 @@ -50,7 +50,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.1.11'
rev: 'v0.1.13'
hooks:
- id: ruff
- repo: https://github.com/PyCQA/flake8
Expand Down
2 changes: 1 addition & 1 deletion fastkml/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Element(Protocol):
tag: str
text: str

def set(self, tag: str, value: str) -> None: # noqa: A003
def set(self, tag: str, value: str) -> None:
"""Set the value of the tag."""

def get(self, tag: str) -> str:
Expand Down

0 comments on commit e234369

Please sign in to comment.