fix typo in testing.md (#3537)

Runing -> Running
This commit is contained in:
Ikko Eltociear Ashimine 2023-04-30 02:05:43 +09:00 committed by GitHub
parent 2d058feaf8
commit f77c3604ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ python -m pytest
:::shell
pytest --cov=autogpt --without-integration --without-slow-integration
## Runing the linter
## Running the linter
This project uses [flake8](https://flake8.pycqa.org/en/latest/) for linting.
We currently use the following rules: `E303,W293,W291,W292,E305,E231,E302`.