diff --git a/.pylintrc b/.pylintrc index e4e3f119..c0aae8e6 100644 --- a/.pylintrc +++ b/.pylintrc @@ -52,7 +52,7 @@ persistent=yes # Minimum Python version to use for version dependent checks. Will default to # the version used to run pylint. -py-version=3.9 +py-version=3.10 # When enabled, pylint would attempt to guess common misconfiguration and emit # user-friendly hints instead of false-positive error messages. diff --git a/README.md b/README.md index 636fa6df..1e47b9ee 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,6 @@ The image is located at: `registry.gitlab.com/crafty-controller/crafty-4:latest` $ vim docker-compose.yml ``` ```yml -version: '3' - services: crafty: container_name: crafty_container