Skip to content

Commit

Permalink
removed sourcery
Browse files Browse the repository at this point in the history
  • Loading branch information
fametrano committed Jan 3, 2023
1 parent 6978da7 commit a392ad7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .pre-commit-config.yaml
Expand Up @@ -139,16 +139,6 @@ repos:
- id: pyupgrade
args: [--py37-plus]
# exclude: *fixtures
- repo: https://github.com/sourcery-ai/sourcery
rev: v1.0.2
hooks:
- id: sourcery
name: sourcery (in place fixes, only diffs)
# The best way to use Sourcery in a pre-commit hook:
# * review only changed lines
# * automatically apply the suggestions
# * omit the summary
args: [--diff=git diff HEAD, --in-place, --no-summary]
- repo: https://github.com/mgedmin/check-manifest
rev: "0.49"
hooks:
Expand Down

0 comments on commit a392ad7

Please sign in to comment.