Skip to content

Commit 2ed1f78

Browse files
Add benchmark scripts for no-IO (#1925)
1 parent f3bf008 commit 2ed1f78

File tree

7 files changed

+736
-38
lines changed

7 files changed

+736
-38
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,6 +1455,7 @@ natively, including:
14551455
- [`flake8-tidy-imports`](https://pypi.org/project/flake8-tidy-imports/)
14561456
- [`isort`](https://pypi.org/project/isort/)
14571457
- [`mccabe`](https://pypi.org/project/mccabe/)
1458+
- [`pandas-vet`](https://pypi.org/project/pandas-vet/)
14581459
- [`pep8-naming`](https://pypi.org/project/pep8-naming/)
14591460
- [`pydocstyle`](https://pypi.org/project/pydocstyle/)
14601461
- [`pygrep-hooks`](https://github.com/pre-commit/pygrep-hooks) ([#980](https://github.com/charliermarsh/ruff/issues/980))
@@ -1520,6 +1521,7 @@ Today, Ruff can be used to replace Flake8 when used with any of the following pl
15201521
- [`flake8-super`](https://pypi.org/project/flake8-super/)
15211522
- [`flake8-tidy-imports`](https://pypi.org/project/flake8-tidy-imports/)
15221523
- [`mccabe`](https://pypi.org/project/mccabe/)
1524+
- [`pandas-vet`](https://pypi.org/project/pandas-vet/)
15231525
- [`pep8-naming`](https://pypi.org/project/pep8-naming/)
15241526
- [`pydocstyle`](https://pypi.org/project/pydocstyle/)
15251527

0 commit comments

Comments
 (0)