diff --git a/AUTHORS b/AUTHORS index d1a2d3e7911..ba5672d4c51 100644 --- a/AUTHORS +++ b/AUTHORS @@ -514,6 +514,7 @@ Vivaan Verma Vlad Dragos Vlad Radziuk Vladyslav Rachek +Vladimir Roshchin Volodymyr Kochetkov Volodymyr Piskun Warren Markham diff --git a/pyproject.toml b/pyproject.toml index 076026f7689..55627897840 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,24 +114,23 @@ src = [ ] format.docstring-code-format = true lint.extend-select = [ - "B", # bugbear - "D", # pydocstyle - "E", # pycodestyle - "F", # pyflakes - "FA100", # add future annotations - "I", # isort - "PGH004", # pygrep-hooks - Use specific rule codes when using noqa - "PIE", # flake8-pie - "PLC", # pylint convention - "PLE", # pylint error - "PLR", # pylint refactor - "PLR1714", # Consider merging multiple comparisons - "PLW", # pylint warning - "PYI", # flake8-pyi - "RUF", # ruff - "T100", # flake8-debugger - "UP", # pyupgrade - "W", # pycodestyle + "B", # bugbear + "D", # pydocstyle + "E", # pycodestyle + "F", # pyflakes + "FA100", # add future annotations + "I", # isort + "PGH004", # pygrep-hooks - Use specific rule codes when using noqa + "PIE", # flake8-pie + "PLC", # pylint convention + "PLE", # pylint error + "PLR", # pylint refactor + "PLW", # pylint warning + "PYI", # flake8-pyi + "RUF", # ruff + "T100", # flake8-debugger + "UP", # pyupgrade + "W", # pycodestyle ] lint.ignore = [ # flake8-async ignore