Skip to content

Commit

Permalink
ignore DOC and remove matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Feb 22, 2025
1 parent b3349ac commit 9d814b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage_and_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.12', '3.x' ]
python-version: [ '3.12' ]

name: "Type Coverage and Linting @ ${{ matrix.python-version }}"
steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ select = [
"TRY",
"UP",
"YTT",
"DOC", # not in a bot, please
# "DOC", # not in a bot, please
]
ignore = [
"ANN401",
Expand Down

0 comments on commit 9d814b2

Please sign in to comment.