[pre-commit.ci] pre-commit autoupdate (#12238)

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.7...v0.4.1)
- [github.com/tox-dev/pyproject-fmt: 1.7.0 → 1.8.0](https://github.com/tox-dev/pyproject-fmt/compare/1.7.0...1.8.0)

* noqa a test

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
This commit is contained in:
pre-commit-ci[bot]
2024-04-23 11:59:12 -03:00
committed by GitHub
parent 5cffef7f07
commit fafab1dbfd
2 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ def test_baseexception():
raise self.exc_type(*args)
raise self.exc_type
def __str__(self):
def __str__(self): # noqa: PLE0307
self.raise_exc("__str__")
def __repr__(self):