Skip to content

Commit

Permalink
update autopep8 to newone supported repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Paurikova2 committed Nov 13, 2024
1 parent d8b132c commit fe9e65e
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 @@ -6,8 +6,8 @@ repos:
- id: mixed-line-ending
args: ['--fix=lf']
description: Forces to replace line ending by the UNIX 'lf' character.
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.2
- repo: https://github.com/hhatto/autopep8
rev: v2.3.1
hooks:
- id: autopep8
args:
Expand Down

0 comments on commit fe9e65e

Please sign in to comment.