diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 062da92..e0ea3ed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -25,7 +25,7 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.4 + rev: v0.14.10 hooks: # Run the linter. - id: ruff diff --git a/examples/bilayer_hubbard.py b/examples/bilayer_hubbard.py index cb2e149..e9bda31 100644 --- a/examples/bilayer_hubbard.py +++ b/examples/bilayer_hubbard.py @@ -1,4 +1,4 @@ -# ruff: noqa: T201, D100, D103 +# ruff: noqa: T201, D100 import numpy as np from triqs.gf import MeshImFreq, MeshProduct diff --git a/tests/test_atomdiag.py b/tests/test_atomdiag.py index 424f212..9c0a51c 100644 --- a/tests/test_atomdiag.py +++ b/tests/test_atomdiag.py @@ -1,4 +1,4 @@ -# ruff: noqa: T201, D100, D103 +# ruff: noqa: D100, D103 from itertools import product import numpy as np diff --git a/tests/test_common.py b/tests/test_common.py index a92d6c6..eada285 100644 --- a/tests/test_common.py +++ b/tests/test_common.py @@ -1,4 +1,4 @@ -# ruff: noqa: T201, D100, D103 +# ruff: noqa: D100, D103 from itertools import product import numpy as np diff --git a/tests/test_helpers.py b/tests/test_helpers.py index 5812966..fd61386 100644 --- a/tests/test_helpers.py +++ b/tests/test_helpers.py @@ -1,4 +1,4 @@ -# ruff: noqa: T201, D100, D103 +# ruff: noqa: D100, D103 from pathlib import Path diff --git a/tests/test_latticesolver.py b/tests/test_latticesolver.py index c257478..ff0526c 100644 --- a/tests/test_latticesolver.py +++ b/tests/test_latticesolver.py @@ -1,4 +1,4 @@ -# ruff: noqa: T201, D100, D103 +# ruff: noqa: D100, D103 import numpy as np