Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/AI-SDC/ACRO into updating_n…
Browse files Browse the repository at this point in the history
…otebooks
  • Loading branch information
mahaalbashir committed Mar 7, 2024
2 parents f5bb3ac + 2273a3a commit dc81698
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
Expand Up @@ -39,14 +39,14 @@ repos:
# Upgrade old Python syntax
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
args: [--py310-plus]

# Autoremoves unused imports
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
rev: v2.3.0
hooks:
- id: autoflake

Expand All @@ -66,7 +66,7 @@ repos:

# Black format Python and notebooks
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black-jupyter

Expand Down

0 comments on commit dc81698

Please sign in to comment.