Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (conda#11539)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0)
- [github.com/PyCQA/pylint: v2.14.0 → v2.14.1](pylint-dev/pylint@v2.14.0...v2.14.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jun 13, 2022
1 parent b2f9faf commit 4b5c4e0
Showing 1 changed file with 2 additions and 2 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 @@ exclude: |
)/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.0
hooks:
# standard end of line/end of file cleanup
- id: mixed-line-ending
Expand Down Expand Up @@ -46,7 +46,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/PyCQA/pylint
rev: v2.14.0
rev: v2.14.1
hooks:
- id: pylint
args: [--exit-zero]
Expand Down

0 comments on commit 4b5c4e0

Please sign in to comment.