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 pylint #5251

Merged
merged 2 commits into from
Jun 21, 2023

Conversation

evanrittenhouse
Copy link
Contributor

Fixes part of #4184

Test Plan

@github-actions
Copy link
Contributor

github-actions bot commented Jun 21, 2023

PR Check Results

Ecosystem

✅ ecosystem check detected no changes.

Benchmark

Linux

group                                      main                                   pr
-----                                      ----                                   --
formatter/large/dataset.py                 1.01      6.6±0.01ms     6.2 MB/sec    1.00      6.5±0.01ms     6.3 MB/sec
formatter/numpy/ctypeslib.py               1.00   1359.9±3.43µs    12.2 MB/sec    1.00   1363.9±2.90µs    12.2 MB/sec
formatter/numpy/globals.py                 1.00    131.3±0.13µs    22.5 MB/sec    1.00    130.9±0.62µs    22.5 MB/sec
formatter/pydantic/types.py                1.03      2.7±0.00ms     9.3 MB/sec    1.00      2.7±0.01ms     9.6 MB/sec
linter/all-rules/large/dataset.py          1.01     13.2±0.06ms     3.1 MB/sec    1.00     13.0±0.02ms     3.1 MB/sec
linter/all-rules/numpy/ctypeslib.py        1.01      3.4±0.00ms     5.0 MB/sec    1.00      3.3±0.00ms     5.0 MB/sec
linter/all-rules/numpy/globals.py          1.01    431.4±0.84µs     6.8 MB/sec    1.00    426.5±0.82µs     6.9 MB/sec
linter/all-rules/pydantic/types.py         1.01      5.9±0.01ms     4.4 MB/sec    1.00      5.8±0.01ms     4.4 MB/sec
linter/default-rules/large/dataset.py      1.00      6.6±0.01ms     6.1 MB/sec    1.00      6.6±0.01ms     6.1 MB/sec
linter/default-rules/numpy/ctypeslib.py    1.00   1468.0±7.93µs    11.3 MB/sec    1.00   1465.9±2.68µs    11.4 MB/sec
linter/default-rules/numpy/globals.py      1.00    164.0±0.29µs    18.0 MB/sec    1.01    166.0±0.27µs    17.8 MB/sec
linter/default-rules/pydantic/types.py     1.00      3.0±0.00ms     8.4 MB/sec    1.00      3.0±0.01ms     8.4 MB/sec

Windows

group                                      main                                   pr
-----                                      ----                                   --
formatter/large/dataset.py                 1.22     12.8±0.70ms     3.2 MB/sec    1.00     10.5±0.49ms     3.9 MB/sec
formatter/numpy/ctypeslib.py               1.09      2.4±0.13ms     6.9 MB/sec    1.00      2.2±0.17ms     7.5 MB/sec
formatter/numpy/globals.py                 1.06   239.0±17.81µs    12.3 MB/sec    1.00   226.5±18.67µs    13.0 MB/sec
formatter/pydantic/types.py                1.21      5.2±0.32ms     4.9 MB/sec    1.00      4.3±0.25ms     5.9 MB/sec
linter/all-rules/large/dataset.py          1.00     20.8±0.72ms  2002.4 KB/sec    1.03     21.5±0.79ms  1937.3 KB/sec
linter/all-rules/numpy/ctypeslib.py        1.00      5.5±0.28ms     3.0 MB/sec    1.07      5.9±0.30ms     2.8 MB/sec
linter/all-rules/numpy/globals.py          1.00   682.7±40.43µs     4.3 MB/sec    1.04   706.7±42.86µs     4.2 MB/sec
linter/all-rules/pydantic/types.py         1.00      9.4±0.43ms     2.7 MB/sec    1.05      9.9±0.43ms     2.6 MB/sec
linter/default-rules/large/dataset.py      1.00     10.9±0.44ms     3.7 MB/sec    1.01     11.0±0.49ms     3.7 MB/sec
linter/default-rules/numpy/ctypeslib.py    1.03      2.4±0.11ms     7.0 MB/sec    1.00      2.3±0.08ms     7.2 MB/sec
linter/default-rules/numpy/globals.py      1.00   280.2±17.56µs    10.5 MB/sec    1.08   302.0±23.58µs     9.8 MB/sec
linter/default-rules/pydantic/types.py     1.00      4.9±0.25ms     5.2 MB/sec    1.07      5.2±0.27ms     4.9 MB/sec

@charliermarsh charliermarsh enabled auto-merge (squash) June 21, 2023 17:03
@charliermarsh charliermarsh merged commit f9ffb3d into astral-sh:main Jun 21, 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