Skip to content

Commit 6f71ed2

Browse files
stevejalimclaude
andcommitted
Remove remaining Contentful references from config files
- Remove contentful per-file-ignores from pyproject.toml - Remove contentful module from example_sentry_payload.json - Remove contentful_migrations ignore pattern from eslint.config.js 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 210a87a commit 6f71ed2

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

bedrock/base/tests/data/example_sentry_payload.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@
232232
"click": "8.0.4",
233233
"commonware": "0.6.0",
234234
"compare-locales": "7.6.0",
235-
"contentful": "1.13.1",
236235
"contextlib2": "0.5.4",
237236
"coverage": "6.3.2",
238237
"cryptography": "36.0.1",

eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ module.exports = [
8484
eslintConfigPrettier,
8585
{
8686
ignores: [
87-
'contentful_migrations/**/*.cjs',
8887
'docs/_build/**/*.js',
8988
'media/js/ie/libs/**/*.js',
9089
'media/js/libs/**/*.js',

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ select = [
2121

2222
[tool.ruff.lint.per-file-ignores]
2323
"bedrock/settings/__init__.py" = ["F405"]
24-
"bedrock/contentful/tests/data.py" = ["E501"]
2524

2625
[tool.ruff.lint.isort]
2726
known-first-party = ["bedrock", "lib", "pages"]

0 commit comments

Comments
 (0)