Skip to content

Commit

Permalink
chore(pre-commit): updates (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
kierun authored Jan 4, 2024
1 parent cd4b670 commit 73a6c2b
Show file tree
Hide file tree
Showing 6 changed files with 603 additions and 907 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,21 @@ jobs:
- name: 'Check out'
uses: actions/checkout@v4

- uses: actions/download-artifact@master
- name: "Debug"
run: |
mkdir artifacts
ls -la .
tree
- uses: actions/download-artifact@v4
with:
name: pytest-coverage-3.11
path: ./artifacts/

- name: Display structure of downloaded files
run: |
ls -R ./artifacts
tree ./artifacts
- name: 'Pytest coverage comment'
uses: MishaKav/pytest-coverage-comment@main
env:
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
# __________________
# ___/ Python specific. \______________________________________________________
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/Lucas-C/pre-commit-hooks-safety
Expand All @@ -40,7 +40,7 @@ repos:
- id: python-bandit-vulnerability-check
args: [--verbose, --ini, .banditrc, --recursive, setupr]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.5
rev: v0.1.11
hooks:
- id: ruff
- repo: https://github.com/abravalheri/validate-pyproject
Expand All @@ -60,7 +60,7 @@ repos:
# _______________
# ___/ Markdown lint \_________________________________________________________
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.38.0
hooks:
- id: markdownlint
args: [--ignore, CHANGELOG.md, -s, .mdl_style.rb]
Expand All @@ -79,10 +79,10 @@ repos:
# _______________
# ___/ GH linting \_________________________________________________________
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.3
hooks:
- id: check-github-actions
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.3
hooks:
- id: check-dependabot
8 changes: 1 addition & 7 deletions docs/modules.md
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
# Setupr Modules

::: pynpc.console

::: pynpc.utils

::: pynpc.skills
# Modules
Loading

0 comments on commit 73a6c2b

Please sign in to comment.