Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add applicability to flake8_pytest_style #5389

Conversation

evanrittenhouse
Copy link
Contributor

Summary

Fixes part of #4184

Test Plan

@github-actions
Copy link
Contributor

github-actions bot commented Jun 27, 2023

PR Check Results

Ecosystem

✅ ecosystem check detected no changes.

Benchmark

Linux

group                                      main                                   pr
-----                                      ----                                   --
formatter/large/dataset.py                 1.02      7.9±0.07ms     5.1 MB/sec    1.00      7.7±0.04ms     5.3 MB/sec
formatter/numpy/ctypeslib.py               1.01  1678.3±11.21µs     9.9 MB/sec    1.00   1663.0±5.32µs    10.0 MB/sec
formatter/numpy/globals.py                 1.00    186.7±0.36µs    15.8 MB/sec    1.00    186.9±0.24µs    15.8 MB/sec
formatter/pydantic/types.py                1.01      3.7±0.01ms     6.9 MB/sec    1.00      3.6±0.01ms     7.0 MB/sec
linter/all-rules/large/dataset.py          1.00     13.2±0.19ms     3.1 MB/sec    1.00     13.3±0.17ms     3.1 MB/sec
linter/all-rules/numpy/ctypeslib.py        1.00      3.3±0.01ms     5.1 MB/sec    1.00      3.3±0.01ms     5.1 MB/sec
linter/all-rules/numpy/globals.py          1.00    424.7±1.09µs     6.9 MB/sec    1.03    436.3±2.55µs     6.8 MB/sec
linter/all-rules/pydantic/types.py         1.01      5.8±0.04ms     4.4 MB/sec    1.00      5.8±0.02ms     4.4 MB/sec
linter/default-rules/large/dataset.py      1.01      6.6±0.04ms     6.1 MB/sec    1.00      6.6±0.02ms     6.2 MB/sec
linter/default-rules/numpy/ctypeslib.py    1.00   1452.5±3.84µs    11.5 MB/sec    1.00   1446.1±4.43µs    11.5 MB/sec
linter/default-rules/numpy/globals.py      1.00    162.9±0.90µs    18.1 MB/sec    1.00    163.5±0.30µs    18.0 MB/sec
linter/default-rules/pydantic/types.py     1.01      3.0±0.03ms     8.4 MB/sec    1.00      3.0±0.01ms     8.5 MB/sec

Windows

group                                      main                                   pr
-----                                      ----                                   --
formatter/large/dataset.py                 1.00      9.2±0.04ms     4.4 MB/sec    1.00      9.2±0.03ms     4.4 MB/sec
formatter/numpy/ctypeslib.py               1.00  1901.3±11.35µs     8.8 MB/sec    1.00   1901.4±9.86µs     8.8 MB/sec
formatter/numpy/globals.py                 1.00    208.4±1.22µs    14.2 MB/sec    1.02   213.3±10.86µs    13.8 MB/sec
formatter/pydantic/types.py                1.00      4.3±0.02ms     5.9 MB/sec    1.00      4.3±0.02ms     5.9 MB/sec
linter/all-rules/large/dataset.py          1.00     15.1±0.11ms     2.7 MB/sec    1.00     15.2±0.08ms     2.7 MB/sec
linter/all-rules/numpy/ctypeslib.py        1.00      4.1±0.03ms     4.1 MB/sec    1.00      4.1±0.02ms     4.1 MB/sec
linter/all-rules/numpy/globals.py          1.00    422.8±4.29µs     7.0 MB/sec    1.00    423.6±5.38µs     7.0 MB/sec
linter/all-rules/pydantic/types.py         1.00      6.8±0.02ms     3.7 MB/sec    1.00      6.8±0.02ms     3.7 MB/sec
linter/default-rules/large/dataset.py      1.00      8.0±0.15ms     5.1 MB/sec    1.00      8.0±0.02ms     5.1 MB/sec
linter/default-rules/numpy/ctypeslib.py    1.01  1661.0±39.21µs    10.0 MB/sec    1.00   1650.5±8.51µs    10.1 MB/sec
linter/default-rules/numpy/globals.py      1.00    179.0±1.10µs    16.5 MB/sec    1.00    178.8±1.48µs    16.5 MB/sec
linter/default-rules/pydantic/types.py     1.00      3.6±0.02ms     7.1 MB/sec    1.00      3.6±0.01ms     7.1 MB/sec

@charliermarsh charliermarsh merged commit 0585e14 into astral-sh:main Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants