Update development_testing.md (#2266)

This commit is contained in:
Willem-Jan van Rootselaar 2024-08-12 21:59:06 +02:00 committed by GitHub
parent aa65489b68
commit 0df004a104
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,7 @@ pre-commit run --show-diff-on-failure
The linters are also available directly, you can run tests on individual files:
```shell
ruff homeassistant/core.py
ruff check homeassistant/core.py
pylint homeassistant/core.py
```