Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#3951)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v2.32.1 → v2.33.0](asottile/pyupgrade@v2.32.1...v2.33.0)
- [github.com/Lucas-C/pre-commit-hooks: v1.1.13 → v1.2.0](Lucas-C/pre-commit-hooks@v1.1.13...v1.2.0)
- [github.com/hadialqattan/pycln: v1.3.2 → v1.3.3](hadialqattan/pycln@v1.3.2...v1.3.3)
- [github.com/PyCQA/pylint: v2.13.8 → v2.14.1](pylint-dev/pylint@v2.13.8...v2.14.1)
- [github.com/pre-commit/mirrors-mypy: v0.950 → v0.960](pre-commit/mirrors-mypy@v0.950...v0.960)

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 6, 2022
1 parent 554c045 commit c5fa343
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:

# Upgrade old Python syntax
- repo: https://github.com/asottile/pyupgrade
rev: "v2.32.1"
rev: "v2.33.0"
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -59,7 +59,7 @@ repos:

# Changes tabs to spaces
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: "v1.1.13"
rev: "v1.2.0"
hooks:
- id: remove-tabs

Expand All @@ -71,7 +71,7 @@ repos:

# Autoremoves unused imports
- repo: https://github.com/hadialqattan/pycln
rev: "v1.3.2"
rev: "v1.3.3"
hooks:
- id: pycln
stages: [manual]
Expand Down Expand Up @@ -107,7 +107,7 @@ repos:

# PyLint has native support - not always usable, but works for us
- repo: https://github.com/PyCQA/pylint
rev: "v2.13.8"
rev: "v2.14.1"
hooks:
- id: pylint
files: ^pybind11
Expand All @@ -123,7 +123,7 @@ repos:

# Check static types with mypy
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.950"
rev: "v0.960"
hooks:
- id: mypy
args: []
Expand Down

0 comments on commit c5fa343

Please sign in to comment.