Skip to content

Commit a16cb3a

Browse files
committed
fix configs
1 parent bf7f5c9 commit a16cb3a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.pre-commit-config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
default_language_version:
55
python: python3.10
66
repos:
7+
# - repo: meta
8+
# hooks:
9+
# - id: check-hooks-apply
10+
# - id: check-useless-excludes
711
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
812
rev: v2.6.0
913
hooks:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ preview = true
396396
# NPY: NumPy-specific rules
397397
# RUF: Ruff-specific rules
398398
ignore = [
399-
'E501' # Line too long
399+
'E501' # [line-too-long]
400400
]
401401
ignore-init-module-imports = true
402402
select = ['E', 'F', 'I', 'B', 'A', 'T10', 'ERA', 'NPY', 'RUF']

0 commit comments

Comments
 (0)