Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-autopep8: v2.0.2 → v2.0.4](pre-commit/mirrors-autopep8@v2.0.2...v2.0.4)
- [github.com/pre-commit/mirrors-eslint: v8.47.0 → v8.48.0](pre-commit/mirrors-eslint@v8.47.0...v8.48.0)
  • Loading branch information
pre-commit-ci[bot] authored Aug 29, 2023
1 parent fb57430 commit cddd1f2
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 @@ -25,7 +25,7 @@ repos:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.2
rev: v2.0.4
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8
Expand All @@ -38,7 +38,7 @@ repos:
- id: mypy
additional_dependencies: [types-all]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.47.0
rev: v8.48.0
hooks:
- id: eslint
args: [--fix]
Expand Down

0 comments on commit cddd1f2

Please sign in to comment.