Skip to content

Commit

Permalink
chore(deps-dev): bump megalinter
Browse files Browse the repository at this point in the history
| datasource  | package                      | from    | to      |
| ----------- | ---------------------------- | ------- | ------- |
| docker      | oxsecurity/megalinter-python | v7.5.0  | v7.7.0  |
| github-tags | ScribeMD/pre-commit-hooks    | 0.16.2  | 0.16.3  |
| pypi        | bandit                       | 1.7.5   | 1.7.6   |
| pypi        | black                        | 23.11.0 | 23.12.0 |
| pypi        | mypy                         | 1.6.1   | 1.7.1   |
| pypi        | pylint                       | 3.0.2   | 3.0.3   |
| pypi        | ruff                         | 0.1.5   | 0.1.8   |
  • Loading branch information
renovate-bot authored and Kurt-von-Laven committed Dec 19, 2023
1 parent b18e3f8 commit 0ecbecb
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 83 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:

## Python, Polyglot, Git, pre-commit
- repo: https://github.com/ScribeMD/pre-commit-hooks
rev: 0.16.2
rev: 0.16.3
hooks:
- id: no-merge-commits
- id: asdf-install
Expand All @@ -26,7 +26,7 @@ repos:
- id: poetry-install
- id: pre-commit-install
- id: megalinter-incremental
args: &megalinter-args [--flavor, python, --release, v7.5.0]
args: &megalinter-args [--flavor, python, --release, v7.7.0]
- id: megalinter-full
args: *megalinter-args

Expand Down
Loading

0 comments on commit 0ecbecb

Please sign in to comment.