Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#377)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.1.1](psf/black-pre-commit-mirror@23.12.1...24.1.1)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Feb 5, 2024
1 parent d5f8301 commit f8d3af0
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
types: [python]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
language_version: python3
Expand Down
1 change: 0 additions & 1 deletion src/westpa/core/binning/assign.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
'''


import hashlib
import logging
import pickle
Expand Down
1 change: 1 addition & 0 deletions src/westpa/tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
'''tools -- classes for implementing command-line tools for WESTPA'''

from .core import WESTTool, WESTParallelTool, WESTToolComponent, WESTSubcommand, WESTMasterCommand, WESTMultiTool
from .data_reader import WESTDataReader, WESTDSSynthesizer, WESTWDSSynthesizer
from .iter_range import IterRangeSelection
Expand Down
1 change: 0 additions & 1 deletion src/westpa/work_managers/environment.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'''Routines for configuring the work manager environment'''


import os
import re

Expand Down
1 change: 0 additions & 1 deletion src/westpa/work_managers/zeromq/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
@author: mzwier
'''


import logging

log = logging.getLogger(__name__)
Expand Down
1 change: 0 additions & 1 deletion tests/test_work_managers/test_zeromq/test_work_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@


class TestZMQWorkManagerBasic(ZMQTestBase, unittest.TestCase):

'''Tests for the core task dispersal/retrieval and shutdown operations
(the parts of the WM that do not require ZMQWorker).'''

Expand Down

0 comments on commit f8d3af0

Please sign in to comment.