We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bdc98c commit 7b1f975Copy full SHA for 7b1f975
.pre-commit-config.yaml
@@ -28,7 +28,7 @@ repos:
28
types_or: [python, pyi]
29
additional_dependencies: [black==23.1.0]
30
- repo: https://github.com/charliermarsh/ruff-pre-commit
31
- rev: v0.0.253
+ rev: v0.0.255
32
hooks:
33
- id: ruff
34
args: [--exit-non-zero-on-fix]
pyproject.toml
@@ -296,7 +296,6 @@ exclude = [
296
"pandas/plotting/*" = ["PLW2901"]
297
# TCH to be enabled gradually
298
"pandas/core/nanops.py" = ["TCH"]
299
-"pandas/_libs/*" = ["TCH"]
300
# Keep this one enabled
301
"pandas/_typing.py" = ["TCH"]
302
0 commit comments