Skip to content

Commit

Permalink
Merge pull request #282 from sot/pre-commit-update-black-isort
Browse files Browse the repository at this point in the history
pre-commit autoupdate
  • Loading branch information
taldcroft authored Apr 3, 2023
2 parents 1ab39dd + 1ccbda3 commit 46b4ed2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 23.1.0
hooks:
- id: black
language_version: python3.8
language_version: python3.10

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
1 change: 0 additions & 1 deletion kadi/commands/commands_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,6 @@ def get_load_cmds_from_occweb_or_local(
load_dir_contents = occweb.get_occweb_dir(dir_year_month / load_name)
for filename in load_dir_contents["Name"]:
if re.match(r"CR\d{3}.\d{4}\.backstop", filename):

# Download the backstop file from OCCweb
backstop_text = occweb.get_occweb_page(
dir_year_month / load_name / filename,
Expand Down

0 comments on commit 46b4ed2

Please sign in to comment.