Skip to content

Commit

Permalink
dropped sourcery due to causing problems in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Feb 26, 2024
1 parent 4ea455b commit 38bf422
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 79 deletions.
7 changes: 0 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,6 @@ repos:
language: system
types: [python]
exclude: migrations
- repo: https://github.com/sourcery-ai/sourcery
rev: v1.15.1b41
hooks:
- id: sourcery
# * review only changed lines:
# * omit the summary
args: [--diff=git diff HEAD, --no-summary]
# markdown
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.9.2
Expand Down
70 changes: 0 additions & 70 deletions .sourcery.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prPriority": -1
},
{
"matchPackagePatterns": ["eslint", "prettier", "pylint", "sourcery", "pretty_assertions", "pre-commit", "mypy", "sourcery"],
"matchPackagePatterns": ["eslint", "prettier", "pylint", "pretty_assertions", "pre-commit", "mypy", "sourcery"],
"groupName": "linting"
},
{
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
mypy~=1.8.0
pre-commit~=3.6.0
pylint~=3.0.0
sourcery~=1.15.0
types-Pillow~=10.2.0.20240111
types-PyYAML~=6.0.12.10
types-requests~=2.31.0.1
Expand Down

0 comments on commit 38bf422

Please sign in to comment.