Skip to content

Commit b410b73

Browse files
agent feedback
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
1 parent 18aea0b commit b410b73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/guides/python/lint-format-typing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ to fix.
2525
In this section, you'll configure three tools for your Python application.
2626
Ruff handles linting and formatting in a single fast pass. Pyright statically
2727
checks your code for type errors. Pre-commit hooks run both of these
28-
automatically before each Git commit so problems never reach your remote
29-
branch.
28+
automatically before each Git commit so problems are caught locally before
29+
they're committed.
3030

3131
## Linting and formatting with Ruff
3232

0 commit comments

Comments
 (0)