Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#520)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/sirosen/check-jsonschema: 0.23.2 → 0.27.0](python-jsonschema/check-jsonschema@0.23.2...0.27.0)
- [github.com/asottile/pyupgrade: v3.8.0 → v3.13.0](asottile/pyupgrade@v3.8.0...v3.13.0)

* Update pyflakes version to 3.1.0

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Aliaksandr Yakutovich <yakutovicha@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and yakutovicha committed Oct 4, 2023
1 parent 6003129 commit ccfcf80
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 @@ -18,13 +18,13 @@ repos:
- id: yamlfmt

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
args: [--count, --show-source, --statistics]
Expand All @@ -35,7 +35,7 @@ repos:
- flake8-debugger==4.1.2
- flake8-logging-format==0.9.0
- pep8-naming==0.13.3
- pyflakes==3.0.1
- pyflakes==3.1.0
- tryceratops==1.1.0

- repo: https://github.com/pycqa/isort
Expand All @@ -45,12 +45,12 @@ repos:
args: [--profile, black, --filter-files]

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.23.2
rev: 0.27.0
hooks:
- id: check-github-workflows

- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.13.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down

0 comments on commit ccfcf80

Please sign in to comment.