Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Let tomllib look after its own test files
  • Loading branch information
hugovk committed Sep 10, 2023
commit 3839aea0491e39f31eb247b2639e1e8da7393ad4
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
rev: v4.4.0
hooks:
- id: check-toml
exclude: ^Lib/test/test_tomllib/data/invalid/
exclude: ^Lib/test/test_tomllib/
- id: check-yaml
- id: end-of-file-fixer
types: [python]
Expand Down