Skip to content

Commit

Permalink
remove pygrep and ToC pre-commit hooks and revert README.md changes
Browse files Browse the repository at this point in the history
  • Loading branch information
victorsevero committed Jul 4, 2023
1 parent 335b7be commit 12aa93f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
8 changes: 0 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ repos:
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
hooks:
- id: python-use-type-annotations
- repo: https://github.com/asottile/add-trailing-comma
rev: v3.0.0
hooks:
Expand All @@ -60,7 +56,3 @@ repos:
hooks:
- id: cmake-format
- id: cmake-lint
- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0
hooks:
- id: doctoc
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Stable-Retro](#stable-retro)
- [Bug Fixes](#bug-fixes)
- [Installation](#installation)
- [Apple Silicon Installation (Tested on python3.10)](#apple-silicon-installation-tested-on-python310)
- [Example](#example)
- [Citation](#citation)
- [Tutorials](#tutorials)
- [Discord channel](#discord-channel)
- [Stable Retro](#stable-retro)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [Changelog](#changelog)
- [Emulated Systems](#emulated-systems)
- [Included ROMs](#included-roms)
- [Citation](#citation-1)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# Stable-Retro

A fork of gym-retro ('lets you turn classic video games into Gymnasium environments for reinforcement learning') with additional games, emulators and supported plateforms. Since gym-retro is in maintenance now and doesn't accept new games, plateforms or bug fixes, you can instead submit PRs with new games or features here in stable-retro.
Expand Down

0 comments on commit 12aa93f

Please sign in to comment.