Skip to content

Commit 7cac539

Browse files
[pre-commit.ci] pre-commit autoupdate (#454)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v3.1.0 → v3.2.0](asottile/pyupgrade@v3.1.0...v3.2.0) - https://gitlab.com/PyCQA/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 5.0.4](PyCQA/flake8@3.9.2...5.0.4) * Update CHANGELOG Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nguyen Damien <ngn.damien@gmail.com>
1 parent b2fff97 commit 7cac539

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ repos:
7373
require_serial: false
7474

7575
- repo: https://github.com/asottile/pyupgrade
76-
rev: v3.1.0
76+
rev: v3.2.0
7777
hooks:
7878
- id: pyupgrade
7979
args: [--py37-plus, --keep-mock]
@@ -97,8 +97,8 @@ repos:
9797
args: [-S, -l, '120']
9898
additional_dependencies: [black==22.10.0]
9999

100-
- repo: https://gitlab.com/PyCQA/flake8
101-
rev: 3.9.2
100+
- repo: https://github.com/PyCQA/flake8
101+
rev: 5.0.4
102102
hooks:
103103
- id: flake8
104104
name: flake8-strict

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Update GitHub workflow action versions: `actions/cache@v3`, `actions/checkout@v3`, `actions/setup-python@v4`
1717
- Introduce pre-commit CI
1818
- Update to clang-tidy 14 in GitHub workflow
19-
- Update pre-commit hook versions
2019
- Added new pre-commit hooks: `codespell`, `doc8`, `pydocstyle` and `yamllint`
20+
- Update pre-commit hook versions
2121

2222
## [v0.8.0] - 2022-10-18
2323

0 commit comments

Comments
 (0)