Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #377

Merged
merged 2 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
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