Skip to content

Commit

Permalink
Fixed ToC for mocking checker (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx authored Apr 16, 2024
1 parent d80c3db commit b81bbdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ PyLint with checks for common mistakes and issues in Python code specifically in
* [`C8915`: `spark-outside-function`](#c8915-spark-outside-function)
* [`C8917`: `use-display-instead-of-show`](#c8917-use-display-instead-of-show)
* [`W8916`: `no-spark-argument-in-function`](#w8916-no-spark-argument-in-function)
* [`mocking` checker](#mocking-checker)
* [`R8918`: `explicit-dependency-required`](#r8918-explicit-dependency-required)
* [`R8919`: `obscure-mock`](#r8919-obscure-mock)
* [Testing in isolation](#testing-in-isolation)
* [Project Support](#project-support)
<!-- TOC -->
Expand Down

0 comments on commit b81bbdd

Please sign in to comment.