Skip to content

Commit b73ab3a

Browse files
committed
x
1 parent fe70b95 commit b73ab3a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pyproject.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,25 @@ asyncio_mode = "auto"
7575
skip = '.git,*.pdf,*.svg,*.pdf,*.yaml,*.ipynb,poetry.lock,*.min.js,*.css,package-lock.json,example_data,_dist,examples,templates,*.trig'
7676
ignore-regex = '.*(Stati Uniti|Tense=Pres).*'
7777
ignore-words-list = 'momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogyny,unsecure,damon,crate,aadd,symbl,precesses,accademia,nin'
78+
79+
[tool.ruff.lint.extend-per-file-ignores]
80+
"tests/unit_tests/v2/**/*.py" = [
81+
"E501",
82+
]
83+
84+
"langchain_postgres/v2/**/*.py" = [
85+
"E501",
86+
]
87+
88+
"langchain_postgres/utils/**/*.py" = [
89+
"E501",
90+
]
91+
92+
93+
"examples/**/*.ipynb" = [
94+
"T201",
95+
"E501",
96+
]
97+
98+
99+

0 commit comments

Comments
 (0)