Skip to content

Conversation

maurycy
Copy link
Contributor

@maurycy maurycy commented Sep 1, 2025

No description provided.

@maurycy
Copy link
Contributor Author

maurycy commented Sep 1, 2025

I noticed this while familiarizing with the code but uvx ruff check catches it as well:

23:38:27.527666000PM CEST maurycy@gimel /Users/maurycy/src/pyperformance % uvx ruff check pyperformance/_benchmark.py
F822 Undefined name `Benchmarkcheck_name` in `__all__`
 --> pyperformance/_benchmark.py:4:5
  |
2 |   __all__ = [
3 |       'BenchmarkSpec',
4 | /     'Benchmark'
5 | |     'check_name',
  | |________________^
6 |       'parse_benchmark',
7 |   ]
  |

Maybe it's a good idea to run it over the whole project?

@AA-Turner AA-Turner merged commit 7b33ce2 into python:main Sep 1, 2025
19 checks passed
@AA-Turner
Copy link
Member

Rather apposite that this was PR #404

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