Skip to content

Commit

Permalink
Fix/markdown (#15)
Browse files Browse the repository at this point in the history
* Update ruff settings

* Update ruff settings

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
FortiShield and pre-commit-ci[bot] authored Oct 18, 2024
1 parent 212864f commit 90010b3
Show file tree
Hide file tree
Showing 20 changed files with 291 additions and 420 deletions.
79 changes: 0 additions & 79 deletions .github/ISSUE_TEMPLATE/bug.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/ISSUE_TEMPLATE/feature-request.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/privileged.yml

This file was deleted.

66 changes: 0 additions & 66 deletions .github/ISSUE_TEMPLATE/question.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/ISSUE_TEMPLATE/share-feedback.md

This file was deleted.

60 changes: 0 additions & 60 deletions .github/ISSUE_TEMPLATE/showcase-addition.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/autofix.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/codetypo-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
REQUIRE_ASPELL: true
RUFF_OUTPUT_FORMAT: github
# Make sure we're using the latest aspell dictionary
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codetypo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
with:
check_filenames: true
# When using this Action in other repos, the --skip option below can be removed
skip: "./.git,./codetypo/data,./example/code.c,test_basic.py,*.pyc,README.rst,pyproject-codetypo.precommit-toml"
skip: "./.git,./codetypo/data,./example/code.c,test_basic.py,*.pyc,README.rst,pyproject-codetypo.precommit-toml"
3 changes: 1 addition & 2 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Dimitri Papadopoulos Orfanos <[email protected]>
luzpaz <luzpaz@@users.noreply.github.com> <[email protected]>
FortiShield <[email protected]>
Loading

0 comments on commit 90010b3

Please sign in to comment.