Skip to content

Commit 9422dbf

Browse files
committed
Remove pre-commit configuration
1 parent b5fec05 commit 9422dbf

3 files changed

Lines changed: 0 additions & 40 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,6 @@ Verify that you can run the tests:
3333
uv run pytest .
3434
```
3535

36-
The repository contains a configuration file for installing pre-commit hooks. Currently, [black](https://github.com/psf/black) and a mirror of [mypy](https://github.com/pre-commit/mirrors-mypy) are configured hooks. Install with:
37-
38-
```
39-
pre-commit install
40-
```
41-
42-
Verify that pre-commit runs:
43-
44-
```
45-
pre-commit
46-
```
47-
48-
pre-commit will now run the installed hooks before code is commited to git. To turn pre-commit off, run:
49-
50-
```
51-
pre-commit uninstall
52-
```
53-
5436
### Robot integration
5537

5638
To connect the state machine to a robot in a separate repository, it is required that the separate repository implements

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ dev = [
6464
"black",
6565
"isort",
6666
"mypy",
67-
"pre-commit",
6867
"pytest-mock",
6968
"pytest-xdist",
7069
"pytest",

0 commit comments

Comments
 (0)