Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Aug 29, 2024
1 parent 91ea1b8 commit 8871be3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://github.com/pre-commit/pre-commit-hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: check-json
Expand Down Expand Up @@ -36,6 +36,6 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.8.0
hooks:
- id: black
2 changes: 1 addition & 1 deletion examples/export_all_sites.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
import getpass
import logging
import logging.handlers
import os
import ntpath
import os
import platform
import shutil
import sys
Expand Down

0 comments on commit 8871be3

Please sign in to comment.