Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-update pre-commit hooks #500

Merged
merged 2 commits into from
Jun 7, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- --quiet
files: ^(pytradfri|examples|tests)/.+\.py$
- repo: https://gitlab.com/pycqa/flake8
rev: 4.0.1
rev: 3.9.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Downgrade?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quite odd. Let's see how this tool behaves going forward. I'm using the Renovate tool for work and it also has support for Pre-commit, and has its own bot like dependabot. Might be better.

I'll update the branch here when I'm near a computer.

hooks:
- id: flake8
name: flake8
Expand All @@ -20,7 +20,7 @@ repos:
- flake8-noqa==1.2.2
files: ^(pytradfri|examples|tests)/.+\.py$
- repo: https://github.com/PyCQA/isort
rev: 5.9.3
rev: 5.10.1
hooks:
- id: isort
name: isort
Expand Down