Skip to content

Commit 0ab0b53

Browse files
committed
fix project.toml
1 parent b2c53be commit 0ab0b53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ asyncio_default_fixture_loop_scope = "function"
3131
# Remove the Pylint configuration and replace with Ruff configuration
3232
[tool.ruff]
3333
# Enable Pylint (`PL`) and many other linters
34-
select = ["E", "F", "B", "I", "N", "UP", "PL", "PT", "C4", "DTZ", "T10", "EM", "EXE", "ISC", "ICN", "INP", "PIE", "T20", "PYI", "RSE", "SLF", "SIM", "INT", "ARG", "PTH", "PD", "PGH", "RUF"]
35-
ignore = [
34+
lint.select = ["E", "F", "B", "I", "N", "UP", "PL", "PT", "C4", "DTZ", "T10", "EM", "EXE", "ISC", "ICN", "INP", "PIE", "T20", "PYI", "RSE", "SLF", "SIM", "INT", "ARG", "PTH", "PD", "PGH", "RUF"]
35+
lint.ignore = [
3636
# Equivalent to Pylint's missing-module-docstring
3737
"D100",
3838
# Equivalent to missing-class-docstring

0 commit comments

Comments
 (0)