Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/bilayer_hubbard.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ruff: noqa: T201, D100, D103
# ruff: noqa: T201, D100

import numpy as np
from triqs.gf import MeshImFreq, MeshProduct
Expand Down
2 changes: 1 addition & 1 deletion tests/test_atomdiag.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ruff: noqa: T201, D100, D103
# ruff: noqa: D100, D103
from itertools import product

import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion tests/test_common.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ruff: noqa: T201, D100, D103
# ruff: noqa: D100, D103
from itertools import product

import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion tests/test_helpers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ruff: noqa: T201, D100, D103
# ruff: noqa: D100, D103

from pathlib import Path

Expand Down
2 changes: 1 addition & 1 deletion tests/test_latticesolver.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ruff: noqa: T201, D100, D103
# ruff: noqa: D100, D103


import numpy as np
Expand Down