Skip to content

Commit

Permalink
Bin 'exclude'
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Oct 24, 2024
1 parent c232597 commit bb47cee
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,9 @@ repos:
args: [--fix=lf]
- id: end-of-file-fixer
name: "Ensure files end with a single newline"
exclude: |
(?x)^peps/pep-(
02(30|47|65|72)
|03(42|74)
|04(00|04|05|09|10|16|45|51|68)
|0524
|06(51|72|93|99)
|07(05|13|24)
|31(11|18|33|46)
).*\.rst$
- id: trailing-whitespace
name: "Remove trailing whitespace"
args: ["--chars", " \t"]
exclude: |
(?x)^peps/pep-(
0282
|0484
|05(17|44|63|82|86)
|06(11|15|16|17|25|26|36|37|39|43|45|46|52|53|57|60|62|69|79|81|91|92|94|95)
|07(03|06|22|25|27|28)
|3104
).*\.rst$

- id: file-contents-sorter
name: "Sort codespell ignore list"
Expand Down

0 comments on commit bb47cee

Please sign in to comment.