Skip to content

Commit

Permalink
pre-commit run -a
Browse files Browse the repository at this point in the history
  • Loading branch information
aliberts committed Apr 7, 2024
1 parent 14875d3 commit 07a139a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exclude: ^(data/|tests/|example.py)
exclude: ^(example.py)
default_language_version:
python: python3.10
repos:
Expand Down
3 changes: 1 addition & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion tests/test_env.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import pytest
import gymnasium as gym
import pytest
from gymnasium.utils.env_checker import check_env

import gym_xarm # noqa: F401


@pytest.mark.parametrize(
"env_task, obs_type",
[
Expand Down

0 comments on commit 07a139a

Please sign in to comment.