diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a978a2b..40fc129 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: files: requirements-dev.txt - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.12.0 + rev: 26.1.0 hooks: - id: black language_version: python3 @@ -51,12 +51,12 @@ repos: - id: add-trailing-comma - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.10 + rev: v0.14.14 hooks: - id: ruff - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.11.1 + rev: v2.12.1 hooks: - id: pyproject-fmt diff --git a/pyproject.toml b/pyproject.toml index df08113..ca8c699 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,8 +12,8 @@ description = "Python Matplotlib, Numpy library to manage wind data, draw windro readme = "README.md" license = { text = "BSD-3-Clause OR BCeCILL-B" } maintainers = [ - { name = "Sebastien Celles" }, { name = "Filipe Fernandes", email = "ocefpaf+windrose@gmail.com" }, + { name = "Sebastien Celles" }, ] authors = [ { name = "Lionel Roubeyrie", email = "s.celles@gmail.co" },