diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 067f7dc..3ba53bf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -167,10 +167,10 @@ Vimspector creator. ### Code Style The code style of the Python code is "YCM" style, because that's how I like it. -[`flake8`][] is used to check for certain errors and code style. +`flake8` is used to check for certain errors and code style. The code style of the Vimscript is largely the same, and it is linted by -[`vint`][]. +`vint`. To run them: @@ -182,7 +182,7 @@ To run them: They're also run by CI, so please check for lint failures. The canonical definition of the command to run is the command run in CI, i.e. in -`azure-pipelines.yml`. +`.git/workflows/build.yml`. # Code of conduct