Skip to content

Commit

Permalink
Update tool name
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Jul 6, 2023
1 parent d410e81 commit 906231f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ $ pre-commit run --all-files
$ pre-commit install
```

You can run pre-commit hooks separately and pass additional arguments to them. For example, to run `flake8` on a single file:
You can run pre-commit hooks separately and pass additional arguments to them. For example, to run `black` on a single file:

```bash
$ pre-commit run flake8 --files=src/sknnr/_base.py
$ pre-commit run black --files=src/sknnr/_base.py
```

### Testing
Expand Down

0 comments on commit 906231f

Please sign in to comment.