Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.7.8 → 6.0.0](PyCQA/flake8@3.7.8...6.0.0)
- [github.com/pre-commit/mirrors-yapf: v0.23.0 → v0.32.0](pre-commit/mirrors-yapf@v0.23.0...v0.32.0)
pre-commit-ci[bot] authored Nov 29, 2022
1 parent cf3eaef commit a5fa677
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.8
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8
exclude: examples
- repo: https://github.com/pre-commit/mirrors-yapf
rev: v0.23.0
rev: v0.32.0
hooks:
- id: yapf

0 comments on commit a5fa677

Please sign in to comment.