Skip to content

Commit

Permalink
Fix ruff pre-commit hook... again
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmart committed May 7, 2024
1 parent 98280b9 commit a23c19b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
rev: v0.2.1
hooks:
- id: ruff
args: [ --fix, --select, I ]
args: [ --fix, --extend-select, I ]
- id: ruff-format

- repo: https://github.com/codespell-project/codespell
Expand Down
1 change: 0 additions & 1 deletion live_bargaining/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ def play_round(self):

Y = list(self.session.config["prod_fct"].values())[1]

num_real_rounds = 4
expected_payoffs = {
1: [0, 0, 0],
2: [50, 25, 25],
Expand Down
1 change: 0 additions & 1 deletion survey/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
BasePlayer,
BaseSubsession,
Page,
cu,
models,
widgets,
)
Expand Down

0 comments on commit a23c19b

Please sign in to comment.