Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Updated pre-commit
  • Loading branch information
charnley committed Nov 13, 2024
commit 5118a3eda5d6c1cdd1269ab37ee25d146be6aae3
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
exclude: ^tests/resources/
Expand All @@ -21,7 +21,7 @@ repos:
args: ['--maxkb=3000']

- repo: https://github.com/myint/autoflake
rev: v1.4
rev: v2.3.1
hooks:
- id: autoflake
name: Removes unused variables
Expand All @@ -46,7 +46,7 @@ repos:
]

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 24.10.0
hooks:
- id: black
name: Fixes formatting
Expand All @@ -55,7 +55,7 @@ repos:


- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 7.1.1
hooks:
- id: flake8
name: Checks pep8 style
Expand Down