Skip to content

Commit

Permalink
ci: fix issue with autoupdate from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislemke committed Feb 7, 2023
1 parent 94c10d0 commit de3385e
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 73 deletions.
12 changes: 11 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
default_language_version:
python: python3.10

ci:
autofix_commit_msg: |
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
autofix_prs: true
autoupdate_branch: "develop"
autoupdate_commit_msg: "ci: pre-commit autoupdate"
autoupdate_schedule: weekly
skip: [poetry-lock, poetry-export]

repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.1.1
Expand Down Expand Up @@ -96,7 +106,7 @@ repos:
args: ["--profile=black"]

- repo: https://github.com/PyCQA/pylint
rev: v2.16.0b1
rev: v2.16.1
hooks:
- id: pylint
args: ["--rcfile=pyproject.toml"]
Expand Down
92 changes: 53 additions & 39 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pillow = "9.3.0"
kaleido = "0.2.1"

[tool.poetry.group.dev.dependencies]
black = {extras = ["jupyter"], version = "^22.12.0"}
black = {extras = ["jupyter"], version = "^23.1.0"}
bandit = "^1.7.4"
isort = "^5.11.4"
mypy = "^0.991"
Expand Down
Loading

0 comments on commit de3385e

Please sign in to comment.