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.4.0  | v7.5.0  |
| github-tags | ScribeMD/pre-commit-hooks    | 0.16.1  | 0.16.2  |
| pypi        | black                        | 23.9.1  | 23.11.0 |
| pypi        | mypy                         | 1.5.1   | 1.6.1   |
| pypi        | pylint                       | 2.17.5  | 3.0.2   |
| pypi        | ruff                         | 0.0.291 | 0.1.5   |
  • Loading branch information
renovate-bot authored and Kurt-von-Laven committed Nov 9, 2023
1 parent 7974ff2 commit 7d7df13
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 220 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.1
rev: 0.16.2
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.4.0]
args: &megalinter-args [--flavor, python, --release, v7.5.0]
- id: megalinter-full
args: *megalinter-args

Expand Down
Loading

0 comments on commit 7d7df13

Please sign in to comment.