Skip to content

Commit

Permalink
Use inputs specified in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGleave committed Oct 7, 2023
1 parent 84c7daf commit 5bca968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ repos:
name: pytype
language: system
types: [python]
entry: "bash -c 'pytype ./ --keep-going -j ${NUM_CPUS:-auto}'"
entry: "bash -c 'pytype --keep-going -j ${NUM_CPUS:-auto}'"
require_serial: true
verbose: true
- id: docs
Expand Down

0 comments on commit 5bca968

Please sign in to comment.